Home
last modified time | relevance | path

Searched refs:isFragmentFullScreen (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewCallbacks.java69 public boolean isFragmentFullScreen(Fragment fragment); in isFragmentFullScreen() method
DPhotoViewActivity.java234 public boolean isFragmentFullScreen(Fragment fragment) { in isFragmentFullScreen() method in PhotoViewActivity
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
DPhotoViewFragment.java424 final boolean fullScreen = mCallback.isFragmentFullScreen(this); in setViewVisibility()
/frameworks/ex/photoviewer/src/com/android/ex/photo/fragments/
DPhotoViewFragment.java399 final boolean fullScreen = mCallback.isFragmentFullScreen(this); in setViewVisibility()
/frameworks/ex/photoviewer/src/com/android/ex/photo/
DPhotoViewActivity.java257 public boolean isFragmentFullScreen(Fragment fragment) { in isFragmentFullScreen() method in PhotoViewActivity