List of usage examples for android.view View.OnSystemUiVisibilityChangeListener interface-usage
From source file jupiter.broadcasting.live.holo.JBPlayer.java
public class JBPlayer extends ActionBarActivity implements AdapterView.OnItemSelectedListener, View.OnSystemUiVisibilityChangeListener, MediaController.MediaPlayerControl { private static int NOTIFICATION_ID = 3435; MediaPlayer mp; MediaController mediaController; NotificationManager mNotificationManager;
From source file pct.droid.fragments.VideoPlayerFragment.java
public class VideoPlayerFragment extends BaseVideoPlayerFragment implements View.OnSystemUiVisibilityChangeListener { @Bind(R.id.toolbar) Toolbar mToolbar; @Bind(R.id.progress_indicator)
From source file com.free.searcher.MainFragment.java
public class MainFragment extends Fragment implements SearchView.OnQueryTextListener, View.OnSystemUiVisibilityChangeListener, View.OnLongClickListener { public static String PRIVATE_PATH = ""; public static File PRIVATE_DIR = null; static final String CHOOSER_TITLE = "chooserTitle";
From source file com.folioreader.ui.folio.activity.FolioActivity.java
public class FolioActivity extends AppCompatActivity implements FolioActivityCallback, MediaControllerCallback, View.OnSystemUiVisibilityChangeListener { private static final String LOG_TAG = "FolioActivity"; public static final String INTENT_EPUB_SOURCE_PATH = "com.folioreader.epub_asset_path";
From source file cz.metaverse.android.bilingualreader.ReaderActivity.java
/**
*
* The main Activity of our application.
* Here it all begins, here it all ends.
*
*/
From source file org.chromium.chrome.browser.tab.Tab.java
/**
* The basic Java representation of a tab. Contains and manages a {@link ContentView}.
* <p>
* This class is intended to be extended either on Java or both Java and C++, with ownership managed
* by this base class.
* <p>