Home
last modified time | relevance | path

Searched refs:scaleWidth (Results 1 – 10 of 10) sorted by relevance

/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DFixedAspectSurfaceView.java97 boolean scaleWidth = false; in onMeasure()
109 scaleWidth = true; in onMeasure()
117 scaleWidth = true; in onMeasure()
127 scaleWidth = true; in onMeasure()
136 if (scaleWidth) { in onMeasure()
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DFixedAspectSurfaceView.java97 boolean scaleWidth = false; in onMeasure()
109 scaleWidth = true; in onMeasure()
117 scaleWidth = true; in onMeasure()
127 scaleWidth = true; in onMeasure()
136 if (scaleWidth) { in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/drawable/
DDrawableSize.kt75 val scaleWidth = maxWidth.toFloat() / originalWidth.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
94 mState.mScaleWidth = scaleWidth; in ScaleDrawable()
/frameworks/native/services/surfaceflinger/
DLayerFE.cpp315 const float scaleWidth = (float(win.right) - float(win.left)) / bufferWidth; in prepareBufferStateClientComposition() local
323 mat4::scale(vec4(scaleWidth, scaleHeight, 1.0f, 1.0f)); in prepareBufferStateClientComposition()
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java631 final float scaleWidth = 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.txt1036 field public static final int scaleWidth = 16843260; // 0x10101fc
/frameworks/base/core/api/
Dcurrent.txt1429 field public static final int scaleWidth = 16843260; // 0x10101fc
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt75706 Lcom/android/internal/R$attr;->scaleWidth:I