/aosp14/frameworks/base/libs/hwui/hwui/ |
H A D | AnimatedImageDrawable.cpp | 137 matrix->preScale(bounds.width() / intrinsicBounds.width(), in handleBounds() 153 matrix.preScale(-1, 1); in onDraw() 247 matrix.preScale(-1, 1); in drawStaging()
|
H A D | ImageDecoder.cpp | 442 outputMatrix.preScale(scaleX, scaleY); in decode()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | Matrix.java | 121 public boolean preScale(float sx, float sy, float px, float py) { 127 public boolean preScale(float sx, float sy) { 407 public boolean preScale(float sx, float sy, float px, float py) { in preScale() method in Matrix 415 public boolean preScale(float sx, float sy) { in preScale() method in Matrix
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | RenderProperties.cpp | 202 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY()); in updateMatrix() 206 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY()); in updateMatrix()
|
H A D | Layer.cpp | 110 textureMatrixInv.preScale(1.0f / layerWidth, 1.0f / layerHeight); in draw()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/ |
H A D | PathSpecCornerPathRenderer.java | 118 mMatrix.preScale(cornerRadius / mPathScale, cornerRadius / mPathScale); in getCornerPath()
|
/aosp14/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/hdr/ |
H A D | GainmapTransformsTest.kt | 90 m.preScale(.3f, .3f)
|
/aosp14/frameworks/base/libs/hwui/tests/unit/ |
H A D | CanvasFrontendTests.cpp | 190 m.preScale(2.0f, 4.0f); in TEST()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_Matrix.cpp | 228 obj->preScale(sx, sy, px, py); in preScale__FFFF() 233 obj->preScale(sx, sy); in preScale__FF()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | ViewGroupGetChildLocalHitRegionTest.java | 183 expectMatrix.preScale(1 / view.getScaleX(), 1 / view.getScaleY()); in assertGetChildLocalHitRegion()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | DisplayShape.java | 338 matrix.preScale(shape.mPhysicalPixelDisplaySizeRatio, in getPath()
|
H A D | AccessibilityInteractionController.java | 1080 transformMatrix.preScale(applicationScale, applicationScale); in transformBoundsWithScreenMatrix()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleFlyoutView.java | 528 outlineMatrix.preScale(percentShadowVisible, percentShadowVisible); in getOutline()
|
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioService.java | 1316 final float[] preScale = new float[3]; in onInitStreamsAndVolumes() local 1317 preScale[0] = mContext.getResources().getFraction( in onInitStreamsAndVolumes() 1320 preScale[1] = mContext.getResources().getFraction( in onInitStreamsAndVolumes() 1323 preScale[2] = mContext.getResources().getFraction( in onInitStreamsAndVolumes() 1326 for (int i = 0; i < preScale.length; i++) { in onInitStreamsAndVolumes() 1327 if (0.0f <= preScale[i] && preScale[i] <= 1.0f) { in onInitStreamsAndVolumes() 1328 mPrescaleAbsoluteVolume[i] = preScale[i]; in onInitStreamsAndVolumes()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 15774 method public boolean preScale(float, float, float, float); 15775 method public boolean preScale(float, float);
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 6452 HSPLandroid/graphics/Matrix;->preScale(FF)Z
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 6455 HSPLandroid/graphics/Matrix;->preScale(FF)Z
|