Searched refs:isFragmentFullScreen (Results 1 – 3 of 3) sorted by relevance
91 public boolean isFragmentFullScreen(Fragment fragment); in isFragmentFullScreen() method
474 public boolean isFragmentFullScreen(Fragment fragment) { in isFragmentFullScreen() method in PhotoViewController
519 final boolean fullScreen = mCallback == null ? false : mCallback.isFragmentFullScreen(this); in setViewVisibility()