Home
last modified time | relevance | path

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

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