/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/ |
H A D | TextViewWithTransformationHandwritingTest.java | 95 void setupEditText(float scaleX, float scaleY) { in setupEditText() 175 float scaleY = 2f; in areaBasedGesture_scaleY_wordLevel() local 194 float scaleY = 2f; in areaBasedGesture_scaleY_characterLevel() local 215 float scaleY = 0.5f; in areaBasedGesture_scaleXAndY_wordLevel() local 235 float scaleY = 0.5f; in areaBasedGesture_scaleXAndY_characterLevel() local 269 float scaleY = 2f; in pointerBasedGesture_scaleY() local 284 float scaleY = 0.5f; in pointerBasedGesture_scaleXAndY() local
|
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/utils/ |
H A D | ViewPortHandler.java | 243 public Matrix zoom(float scaleX, float scaleY) { in zoom() 250 public void zoom(float scaleX, float scaleY, Matrix outputMatrix) { in zoom() 265 public Matrix zoom(float scaleX, float scaleY, float x, float y) { in zoom() 272 public void zoom(float scaleX, float scaleY, float x, float y, Matrix outputMatrix) { in zoom() 285 public Matrix setZoom(float scaleX, float scaleY) { in setZoom() 292 public void setZoom(float scaleX, float scaleY, Matrix outputMatrix) { in setZoom() 307 public Matrix setZoom(float scaleX, float scaleY, float x, float y) { in setZoom()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/ |
H A D | TransformationRequest.java | 36 private float scaleY; field in TransformationRequest.Builder 109 public Builder setScale(float scaleX, float scaleY) { in setScale() 265 public final float scaleY; field in TransformationRequest 305 float scaleY, in TransformationRequest()
|
H A D | ScaleToFitFrameProcessor.java | 45 private float scaleY; field in ScaleToFitFrameProcessor.Builder 70 public Builder setScale(float scaleX, float scaleY) { in setScale() 114 Context context, float scaleX, float scaleY, float rotationDegrees) { in ScaleToFitFrameProcessor()
|
/aosp_15_r20/cts/tests/tests/transition/src/android/transition/cts/ |
H A D | ChangeImageTransformTest.java | 156 float scaleY = ((float)imageViewHeight)/imageHeight; in fitXYMatrix() local 170 float scaleY = ((float)imageViewHeight)/imageHeight; in centerCropMatrix() local 192 float scaleY = ((float)imageViewHeight)/imageHeight; in fitCenterMatrix() local 214 float scaleY = ((float)imageViewHeight)/imageHeight; in fitStartMatrix() local 230 float scaleY = ((float)imageViewHeight)/imageHeight; in fitEndMatrix() local
|
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/value/ |
H A D | ScaleXY.java | 5 private float scaleY; field in ScaleXY 24 public void set(float scaleX, float scaleY) { in set() 29 public boolean equals(float scaleX, float scaleY) { in equals()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/customization/SystemUICustomizationLib/android_common/kapt/gen/stubs/com/android/systemui/shared/clocks/ |
D | ClockFaceScaleInPicker.java | 15 private final float scaleY = 0.0F; field in ClockFaceScaleInPicker 17 public ClockFaceScaleInPicker(float scaleX, float scaleY) { in ClockFaceScaleInPicker() 38 … final com.android.systemui.shared.clocks.ClockFaceScaleInPicker copy(float scaleX, float scaleY) { in copy()
|
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/jobs/ |
H A D | ZoomJob.java | 25 …public static ZoomJob getInstance(ViewPortHandler viewPortHandler, float scaleX, float scaleY, flo… in getInstance() 44 protected float scaleY; field in ZoomJob 48 …public ZoomJob(ViewPortHandler viewPortHandler, float scaleX, float scaleY, float xValue, float yV… in ZoomJob()
|
H A D | AnimatedZoomJob.java | 27 …iew v, Transformer trans, YAxis axis, float xAxisRange, float scaleX, float scaleY, float xOrigin,… in getInstance() 54 …iew v, Transformer trans, YAxis axis, float xAxisRange, float scaleX, float scaleY, float xOrigin,… in AnimatedZoomJob() 71 float scaleY = yOrigin + (yValue - yOrigin) * phase; in onAnimationUpdate() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/decor/ |
D | DebugRoundedCornerModel.java | 23 private final float scaleY = 0.0F; field in DebugRoundedCornerModel 26 android.graphics.Path path, int width, int height, float scaleX, float scaleY) { in DebugRoundedCornerModel() 85 android.graphics.Path path, int width, int height, float scaleX, float scaleY) { in copy()
|
D | PathDrawable.java | 24 private final float scaleY = 0.0F; field in PathDrawable 31 …android.graphics.Path path, int width, int height, float scaleX, float scaleY, @org.jetbrains.anno… in PathDrawable()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/draganddrop/anim/ |
D | HoverAnimProps.java | 17 private final float scaleY = 0.0F; field in HoverAnimProps 33 …itDragPolicy.Target target, float transX, float transY, float scaleX, float scaleY, @org.jetbrains… in HoverAnimProps() 126 …itDragPolicy.Target target, float transX, float transY, float scaleX, float scaleY, @org.jetbrains… in copy()
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | TiledTexture.java | 267 float scaleY) { in mapRect() 281 float scaleY = (float) height / mHeight; in drawMixed() local 300 float scaleY = (float) height / mHeight; in draw() local 322 float scaleY = target.height() / source.height(); in draw() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkYUVMath.cpp | 551 float scaleY = 1.0f, in make_rgb_to_yuv_matrix_ycbcr() local 577 float scaleY = 1.0f, in make_rgb_to_yuv_matrix_ydzdx() local 604 float scaleY = 1.0f, in make_rgb_to_yuv_matrix_gbr() local 629 float scaleY = 1.0f, in make_rgb_to_yuv_matrix_ycgco() local
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/modifiers/ |
H A D | GraphicsLayerModifierOperation.java | 61 float scaleY, in GraphicsLayerModifierOperation() 228 float scaleY, in apply() 262 float scaleY = buffer.readFloat(); in read() local
|
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/listener/ |
H A D | BarLineChartTouchListener.java | 378 float scaleY = (mChart.isScaleYEnabled()) ? scale : 1f; in performZoom() local 415 float scaleY = yDist / mSavedYDist; // y-axis scale in performZoom() local 584 float scaleY = mChart.isScaleYEnabled() ? 1.4f : 1f; in onDoubleTap() local
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowRenderNodeTest.java | 148 float scaleY = renderNode.getScaleY(); in testGetScaleY_unset_returnsOne() local 158 float scaleY = renderNode.getScaleY(); in testGetScaleY_set_returnsSetScale() local 653 boolean setScaleY(float scaleY); in setScaleY() 831 public boolean setScaleY(float scaleY) { in setScaleY() 1043 public boolean setScaleY(float scaleY) { in setScaleY()
|
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/charts/ |
H A D | BarLineChartBase.java | 663 public void zoom(float scaleX, float scaleY, float x, float y) { in zoom() 685 public void zoom(float scaleX, float scaleY, float xValue, float yValue, AxisDependency axis) { in zoom() 697 public void zoomToCenter(float scaleX, float scaleY) { in zoomToCenter() 717 …public void zoomAndCenterAnimated(float scaleX, float scaleY, float xValue, float yValue, AxisDepe… in zoomAndCenterAnimated() 752 public void setScaleMinima(float scaleX, float scaleY) { in setScaleMinima()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/transformation/ |
H A D | DrawScale.kt | 32 private val scaleY: Float, constant in com.android.compose.animation.scene.transformation.DrawScale 46 class Factory(private val scaleX: Float, private val scaleY: Float, private val pivot: Offset) : constant in com.android.compose.animation.scene.transformation.DrawScale.Factory
|
/aosp_15_r20/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
H A D | RSResizeTest.java | 34 native boolean resizeTest(String path, int w, int h, float scaleX, float scaleY, in resizeTest() 37 …ivate void testResize(int w, int h, Element.DataType dt, int vecSize, float scaleX, float scaleY) { in testResize() 81 resizeTest(this.getContext().getCacheDir().toString().toString(), w, h, scaleX, scaleY, in testResize() local
|
/aosp_15_r20/frameworks/layoutlib/bridge/src/android/view/ |
H A D | LayoutlibRenderer.java | 31 private float scaleY = 1.0f; field in LayoutlibRenderer 65 public void setScale(float scaleX, float scaleY) { in setScale()
|
/aosp_15_r20/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/ |
H A D | Sprite.java | 16 private float scaleY = 1; field in Sprite 41 public void setScale(float scaleX, float scaleY) { in setScale()
|
/aosp_15_r20/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/ |
H A D | LayoutValidator.java | 106 float scaleY) { in validate() 131 float scaleY) { in buildHierarchy()
|
/aosp_15_r20/development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/ |
H A D | SlidingFragments.java | 142 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 0.8f); in slideBack() local 173 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 1.0f); in slideForward() local
|
/aosp_15_r20/frameworks/base/core/java/android/window/ |
H A D | SnapshotDrawerUtils.java | 244 final float scaleY = (float) mFrame.height() / mSnapshotH; in drawSizeMismatchSnapshot() local 282 final float scaleY = (float) mSnapshotH / mSnapshot.getTaskSize().y; in calculateSnapshotCrop() local 302 final float scaleY = (float) mSnapshotH / mSnapshot.getTaskSize().y; in calculateSnapshotFrame() local
|