Home
last modified time | relevance | path

Searched refs:imageHeight (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
DGalleryPicker.java621 int imageWidth, int widthPadding, int imageHeight, in placeImage() argument
628 int yPos = (row * (imageHeight + heightPadding)) - offsetY; in placeImage()
644 int imageHeight = height; in makeMiniThumbBitmap() local
650 imageHeight = (imageHeight - padding) / 2; // per row and column in makeMiniThumbBitmap()
705 imageHeight, true, Util.RECYCLE_INPUT); in makeMiniThumbBitmap()
708 Bitmap thumb = Bitmap.createBitmap(imageWidth, imageHeight, in makeMiniThumbBitmap()
714 mCellOutline.setBounds(0, 0, imageWidth, imageHeight); in makeMiniThumbBitmap()
717 placeImage(thumb, c, pdpaint, imageWidth, padding, imageHeight, in makeMiniThumbBitmap()