Searched refs:isPhotoBound (Results 1 – 2 of 2) sorted by relevance
270 if (!isPhotoBound()) { in onResume()354 if (isPhotoBound()) { in onLoadFinished()470 if (!isPhotoBound()) { in onViewActivated()511 public boolean isPhotoBound() { in isPhotoBound() method in PhotoViewFragment512 return (mPhotoView != null && mPhotoView.isPhotoBound()); in isPhotoBound()542 if (cursor.moveToPosition(mPosition) && !isPhotoBound()) { in onCursorChanged()601 if (mConnected == false && !isPhotoBound()) { in onReceive()
614 public boolean isPhotoBound() { in isPhotoBound() method in PhotoView