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

/packages/apps/Gallery/src/com/android/camera/
H A DGalleryPicker.java602 Drawable mCellOutline; field in class:GalleryPicker
610 mCellOutline = r.getDrawable(android.R.drawable.gallery_thumb);
616 mCellOutline = null;
714 mCellOutline.setBounds(0, 0, imageWidth, imageHeight);
715 mCellOutline.draw(tempCanvas);

Completed in 5 milliseconds