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

/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java279 bindPhoto(data);
300 bindPhoto(data);
320 private void bindPhoto(Bitmap bitmap) { method in class:PhotoViewFragment
322 mPhotoView.bindPhoto(bitmap);
331 mPhotoView.bindPhoto(null);
/frameworks/ex/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java269 bindPhoto(data);
315 private void bindPhoto(Bitmap bitmap) { method in class:PhotoViewFragment
317 mPhotoView.bindPhoto(bitmap);
326 mPhotoView.bindPhoto(null);
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java391 public void bindPhoto(Bitmap photoBitmap) { method in class:PhotoView
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java393 public void bindPhoto(Bitmap photoBitmap) { method in class:PhotoView

Completed in 128 milliseconds