Home
last modified time | relevance | path

Searched refs:scaleHeight (Results 1 – 11 of 11) sorted by relevance

/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DFixedAspectSurfaceView.java98 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()
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DFixedAspectSurfaceView.java98 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/drawable/
DDrawableSize.kt76 val scaleHeight = maxHeight.toFloat() / originalHeight.toFloat() in downscaleToSize() constant
77 val scale = minOf(scaleHeight, scaleWidth) in downscaleToSize()
/frameworks/base/graphics/java/android/graphics/drawable/
DScaleDrawable.java90 public ScaleDrawable(Drawable drawable, int gravity, float scaleWidth, float scaleHeight) { in ScaleDrawable() argument
95 mState.mScaleHeight = scaleHeight; in ScaleDrawable()
/frameworks/native/services/surfaceflinger/
DLayerFE.cpp314 const float scaleHeight = (float(win.bottom) - float(win.top)) / bufferHeight; in prepareBufferStateClientComposition() local
323 mat4::scale(vec4(scaleWidth, scaleHeight, 1.0f, 1.0f)); in prepareBufferStateClientComposition()
/frameworks/base/services/core/java/com/android/server/wm/
DWallpaperController.java413 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()
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java632 final float scaleHeight = CROPPED_SIZE / cropWidth; in getCroppedPhoto() local
637 matrix.postScale(scaleWidth, scaleHeight); in getCroppedPhoto()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1034 field public static final int scaleHeight = 16843261; // 0x10101fd
/frameworks/base/core/api/
Dcurrent.txt1427 field public static final int scaleHeight = 16843261; // 0x10101fd
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt75704 Lcom/android/internal/R$attr;->scaleHeight:I