Searched refs:OVERLAY_ICON_SIZE_DENOMINATOR (Results 1 – 1 of 1) sorted by relevance
161 private static final int OVERLAY_ICON_SIZE_DENOMINATOR = 4; field in MtpImageView168 float scaleHeight = ((float) vheight) / (iheight * OVERLAY_ICON_SIZE_DENOMINATOR); in updateOverlayIconBounds()169 float scaleWidth = ((float) vwidth) / (iwidth * OVERLAY_ICON_SIZE_DENOMINATOR); in updateOverlayIconBounds()