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

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java515 * @param photoBitmap the bitmap to bind.
517 public void bindPhoto(Bitmap photoBitmap) { argument
522 if (photoBitmap == drawableBitmap) {
527 changed = photoBitmap != null &&
528 (mDrawable.getIntrinsicWidth() != photoBitmap.getWidth() ||
529 mDrawable.getIntrinsicHeight() != photoBitmap.getHeight());
536 if (mDrawable == null && photoBitmap != null) {
537 mDrawable = new BitmapDrawable(getResources(), photoBitmap);

Completed in 52 milliseconds