Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
DMtpImageView.java164 int iheight = mOverlayIcon.getIntrinsicHeight(); in updateOverlayIconBounds() local
168 float scaleHeight = ((float) vheight) / (iheight * OVERLAY_ICON_SIZE_DENOMINATOR); in updateOverlayIconBounds()
172 (vheight - iheight) / 2, in updateOverlayIconBounds()
174 (vheight + iheight) / 2); in updateOverlayIconBounds()
178 (int) (vheight - scale * iheight) / 2, in updateOverlayIconBounds()
180 (int) (vheight + scale * iheight) / 2); in updateOverlayIconBounds()