Searched refs:isFragmentFullScreen (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewCallbacks.java91 public boolean isFragmentFullScreen(Fragment fragment); method in interface:PhotoViewCallbacks
H A DPhotoViewController.java482 public boolean isFragmentFullScreen(Fragment fragment) { method in class:PhotoViewController
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java519 final boolean fullScreen = mCallback == null ? false : mCallback.isFragmentFullScreen(this);

Completed in 79 milliseconds