Searched refs:scaleWidth (Results 1 – 2 of 2) sorted by relevance
169 float scaleWidth = ((float) vwidth) / (iwidth * OVERLAY_ICON_SIZE_DENOMINATOR); in updateOverlayIconBounds() local170 if (scaleHeight >= 1f && scaleWidth >= 1f) { in updateOverlayIconBounds()176 float scale = Math.min(scaleHeight, scaleWidth); in updateOverlayIconBounds()
209 float scaleWidth = mBitmapBounds.width() / (float) mBitmap.getWidth(); in onDraw() local211 float scale = Math.max(scaleWidth, scaleHeight); in onDraw()