Searched refs:isPhotoBound (Results 1 - 4 of 4) sorted by relevance

/frameworks/ex/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java275 if (isPhotoBound()) {
351 if (!isPhotoBound()) {
391 public boolean isPhotoBound() { method in class:PhotoViewFragment
392 return (mPhotoView != null && mPhotoView.isPhotoBound());
414 if (cursor.moveToPosition(mPosition) && !isPhotoBound()) {
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java290 if (isPhotoBound()) {
392 public boolean isPhotoBound() { method in class:PhotoViewFragment
393 return (mPhotoView != null && mPhotoView.isPhotoBound());
415 if (cursor.moveToPosition(mPosition) && !isPhotoBound()) {
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java451 public boolean isPhotoBound() { method in class:PhotoView
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java453 public boolean isPhotoBound() { method in class:PhotoView

Completed in 137 milliseconds