Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
DMtpImageView.java169 float scaleWidth = ((float) vwidth) / (iwidth * OVERLAY_ICON_SIZE_DENOMINATOR); in updateOverlayIconBounds() local
170 if (scaleHeight >= 1f && scaleWidth >= 1f) { in updateOverlayIconBounds()
176 float scale = Math.min(scaleHeight, scaleWidth); in updateOverlayIconBounds()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DIconView.java209 float scaleWidth = mBitmapBounds.width() / (float) mBitmap.getWidth(); in onDraw() local
211 float scale = Math.max(scaleWidth, scaleHeight); in onDraw()