Searched defs:scaleWidth (Results 1 – 9 of 9) sorted by relevance
35 float scaleWidth = 1.0f; in scaleVideoAndFillView() local99 float scaleWidth = 1.0f; in scaleVideoMaintainingAspectRatio() local
66 val scaleWidth = in createAnimator() constant
39 private final boolean scaleWidth; field in FixedAspectSurfaceView
54 float scaleWidth = ((float) maxDimension) / actualWidth; in getSafeDrawable() local
209 float scaleWidth = mBitmapBounds.width() / (float) mBitmap.getWidth(); in onDraw() local
186 int scaleWidth = (int) (width * (scaleEndCol - scaleStartCol)); in onMeasure() local
169 float scaleWidth = ((float) vwidth) / (iwidth * OVERLAY_ICON_SIZE_DENOMINATOR); in updateOverlayIconBounds() local
197 val scaleWidth = taskViewWidth / screenWidth.toFloat() in <lambda>() constant
1123 final float scaleWidth = ((float) maxWidth) / actualWidth; in getSafeDrawable() local