Searched defs:scaleHeight (Results 1 – 9 of 9) sorted by relevance
36 float scaleHeight = 1.0f; in scaleVideoAndFillView() local100 float scaleHeight = 1.0f; in scaleVideoMaintainingAspectRatio() local
69 val scaleHeight = in createAnimator() constant
40 private final boolean scaleHeight; field in FixedAspectSurfaceView
55 float scaleHeight = ((float) maxDimension) / actualHeight; in getSafeDrawable() local
210 float scaleHeight = mBitmapBounds.height() / (float) mBitmap.getHeight(); in onDraw() local
210 int scaleHeight = (int) (height * (scaleEndRow - scaleStartRow)); in onMeasure() local
168 float scaleHeight = ((float) vheight) / (iheight * OVERLAY_ICON_SIZE_DENOMINATOR); in updateOverlayIconBounds() local
198 val scaleHeight = taskViewHeight / screenHeight.toFloat() in <lambda>() constant
1124 final float scaleHeight = ((float) maxHeight) / actualHeight; in getSafeDrawable() local