HomeSort by relevance Sort by last modified time
    Searched refs:isPhotoBound (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 270 if (!isPhotoBound()) {
354 if (isPhotoBound()) {
469 if (!isPhotoBound()) {
510 public boolean isPhotoBound() {
511 return (mPhotoView != null && mPhotoView.isPhotoBound());
541 if (cursor.moveToPosition(mPosition) && !isPhotoBound()) {
600 if (mConnected == false && !isPhotoBound()) {
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 614 public boolean isPhotoBound() {
    [all...]

Completed in 31 milliseconds