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()) {
470 if (!isPhotoBound()) {
511 public boolean isPhotoBound() {
512 return (mPhotoView != null && mPhotoView.isPhotoBound());
542 if (cursor.moveToPosition(mPosition) && !isPhotoBound()) {
601 if (mConnected == false && !isPhotoBound()) {
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 614 public boolean isPhotoBound() {
    [all...]

Completed in 62 milliseconds