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

/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java273 if (!isPhotoBound()) {
336 if (isPhotoBound()) {
440 if (!isPhotoBound()) {
480 public boolean isPhotoBound() { method in class:PhotoViewFragment
481 return (mPhotoView != null && mPhotoView.isPhotoBound());
507 if (cursor.moveToPosition(mPosition) && !isPhotoBound()) {
560 if (mConnected == false && activeNetInfo.isConnected() && !isPhotoBound()) {
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java449 public boolean isPhotoBound() { method in class:PhotoView

Completed in 161 milliseconds