Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewCallbacks.java65 public boolean isFragmentActive(Fragment fragment); in isFragmentActive() method
DPhotoViewActivity.java342 public boolean isFragmentActive(Fragment fragment) { in isFragmentActive() method in PhotoViewActivity
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
DPhotoViewFragment.java376 if (!mCallback.isFragmentActive(this)) { in onViewActivated()
395 if (!mCallback.isFragmentActive(this)) { in onInterceptMoveLeft()
405 if (!mCallback.isFragmentActive(this)) { in onInterceptMoveRight()
/frameworks/ex/photoviewer/src/com/android/ex/photo/fragments/
DPhotoViewFragment.java347 if (!mCallback.isFragmentActive(this)) { in onViewActivated()
370 if (!mCallback.isFragmentActive(this)) { in onInterceptMoveLeft()
380 if (!mCallback.isFragmentActive(this)) { in onInterceptMoveRight()
/frameworks/ex/photoviewer/src/com/android/ex/photo/
DPhotoViewActivity.java363 public boolean isFragmentActive(Fragment fragment) { in isFragmentActive() method in PhotoViewActivity