Home
last modified time | relevance | path

Searched refs:isPhotoBound (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
DPhotoViewFragment.java270 if (!isPhotoBound()) { in onResume()
354 if (isPhotoBound()) { in onLoadFinished()
470 if (!isPhotoBound()) { in onViewActivated()
511 public boolean isPhotoBound() { in isPhotoBound() method in PhotoViewFragment
512 return (mPhotoView != null && mPhotoView.isPhotoBound()); in isPhotoBound()
542 if (cursor.moveToPosition(mPosition) && !isPhotoBound()) { in onCursorChanged()
601 if (mConnected == false && !isPhotoBound()) { in onReceive()
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java614 public boolean isPhotoBound() { in isPhotoBound() method in PhotoView