Searched refs:scaleHeight (Results 1 – 11 of 11) sorted by relevance
98 boolean scaleHeight = false; in onMeasure()106 scaleHeight = true; in onMeasure()120 scaleHeight = true; in onMeasure()124 scaleHeight = true; in onMeasure()132 scaleHeight = true; in onMeasure()138 } else if (scaleHeight) { in onMeasure()
76 val scaleHeight = maxHeight.toFloat() / originalHeight.toFloat() in downscaleToSize() constant77 val scale = minOf(scaleHeight, scaleWidth) in downscaleToSize()
90 public ScaleDrawable(Drawable drawable, int gravity, float scaleWidth, float scaleHeight) { in ScaleDrawable() argument95 mState.mScaleHeight = scaleHeight; in ScaleDrawable()
314 const float scaleHeight = (float(win.bottom) - float(win.top)) / bufferHeight; in prepareBufferStateClientComposition() local323 mat4::scale(vec4(scaleWidth, scaleHeight, 1.0f, 1.0f)); in prepareBufferStateClientComposition()
413 boolean scaleHeight = frameRatio >= screenRatio; in updateWallpaperOffset()414 cropZoom = wallpaperFrame.isEmpty() ? 1f : scaleHeight in updateWallpaperOffset()419 float w = scaleHeight ? frameHeight * screenRatio : frameWidth; in updateWallpaperOffset()420 float h = scaleHeight ? frameHeight : frameWidth / screenRatio; in updateWallpaperOffset()
632 final float scaleHeight = CROPPED_SIZE / cropWidth; in getCroppedPhoto() local637 matrix.postScale(scaleWidth, scaleHeight); in getCroppedPhoto()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
1034 field public static final int scaleHeight = 16843261; // 0x10101fd
1427 field public static final int scaleHeight = 16843261; // 0x10101fd
75704 Lcom/android/internal/R$attr;->scaleHeight:I