Searched defs:scale (Results 1 – 9 of 9) sorted by relevance
55 fun scale() { in scale() method
70 public inline fun Bitmap.scale(width: Int, height: Int, filter: Boolean = true): Bitmap { in get() method
193 float scale = Math.min(1f, ((float) MAX_IMAGE_SIZE) / (bitmapWidth * bitmapHeight)); in onCaptureSharedElementSnapshot() local219 float scale = Math.min(1f, ((float)MAX_IMAGE_SIZE) / (width * height)); in createDrawableBitmap() local
9353 double scale = Math.min( in reduceLargeIconSize() local
139 public void setScale(float scale) { in setScale()
141 public inline fun SpannableStringBuilder.scale( method
178 val scale = spans.filterIsInstance<RelativeSizeSpan>().single() in builderScale() constant
158 val scale: Float, constant in CompositionPrimitive
829 final float scale = interpolateValue(value); in computeScrollDelta() local