Home
last modified time | relevance | path

Searched refs:isFragmentActive (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java459 if (!mCallback.isFragmentActive(this)) { in onViewActivated()
483 if (!mCallback.isFragmentActive(this)) { in onInterceptMoveLeft()
493 if (!mCallback.isFragmentActive(this)) { in onInterceptMoveRight()
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewCallbacks.java87 public boolean isFragmentActive(Fragment fragment); in isFragmentActive() method
H A DPhotoViewController.java705 public boolean isFragmentActive(Fragment fragment) { in isFragmentActive() method in PhotoViewController
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
H A DBuglePhotoViewFragment.java47 && mCallback.isFragmentActive(this)) { in onLoadFinished()