Searched refs:iheight (Results 1 – 1 of 1) sorted by relevance
164 int iheight = mOverlayIcon.getIntrinsicHeight(); in updateOverlayIconBounds() local168 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()