Home
last modified time | relevance | path

Searched defs:scaleX (Results 1 – 25 of 952) sorted by relevance

12345678910>>...39

/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DTextViewWithTransformationHandwritingTest.java95 void setupEditText(float scaleX, float scaleY) { in setupEditText()
138 float scaleX = 2f; in areaBasedGesture_scaleX_characterLevel() local
157 float scaleX = 2f; in areaBasedGesture_scaleX_wordLevel() local
214 float scaleX = 1.5f; in areaBasedGesture_scaleXAndY_wordLevel() local
234 float scaleX = 1.5f; in areaBasedGesture_scaleXAndY_characterLevel() local
255 float scaleX = 2f; in pointerBasedGesture_scaleX() local
283 float scaleX = 1.5f; in pointerBasedGesture_scaleXAndY() local
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/utils/
H A DViewPortHandler.java243 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 DTransformationRequest.java35 private float scaleX; field in TransformationRequest.Builder
109 public Builder setScale(float scaleX, float scaleY) { in setScale()
258 public final float scaleX; field in TransformationRequest
304 float scaleX, in TransformationRequest()
H A DScaleToFitFrameProcessor.java44 private float scaleX; 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 DChangeImageTransformTest.java152 float scaleX = ((float)imageViewWidth)/imageWidth; in fitXYMatrix() local
166 float scaleX = ((float)imageViewWidth)/imageWidth; in centerCropMatrix() local
188 float scaleX = ((float)imageViewWidth)/imageWidth; in fitCenterMatrix() local
210 float scaleX = ((float)imageViewWidth)/imageWidth; in fitStartMatrix() local
226 float scaleX = ((float)imageViewWidth)/imageWidth; in fitEndMatrix() local
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/value/
H A DScaleXY.java4 private float scaleX; 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/
DClockFaceScaleInPicker.java14 private final float scaleX = 0.0F; field in ClockFaceScaleInPicker
17 public ClockFaceScaleInPicker(float scaleX, float scaleY) { in ClockFaceScaleInPicker()
38 …public final com.android.systemui.shared.clocks.ClockFaceScaleInPicker copy(float scaleX, float sc… in copy()
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/jobs/
H A DZoomJob.java25 …public static ZoomJob getInstance(ViewPortHandler viewPortHandler, float scaleX, float scaleY, flo… in getInstance()
43 protected float scaleX; field in ZoomJob
48 …public ZoomJob(ViewPortHandler viewPortHandler, float scaleX, float scaleY, float xValue, float yV… in ZoomJob()
H A DAnimatedZoomJob.java27 …PortHandler, View v, Transformer trans, YAxis axis, float xAxisRange, float scaleX, float scaleY, … in getInstance()
54 …PortHandler, View v, Transformer trans, YAxis axis, float xAxisRange, float scaleX, float scaleY, … in AnimatedZoomJob()
70 float scaleX = xOrigin + (xValue - xOrigin) * 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/
DDebugRoundedCornerModel.java22 private final float scaleX = 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()
DPathDrawable.java23 private final float scaleX = 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/
DHoverAnimProps.java16 private final float scaleX = 0.0F; field in HoverAnimProps
33 …raganddrop.SplitDragPolicy.Target target, float transX, float transY, float scaleX, float scaleY, … in HoverAnimProps()
126 …raganddrop.SplitDragPolicy.Target target, float transX, float transY, float scaleX, float scaleY, … in copy()
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DTiledTexture.java266 RectF src, float x0, float y0, float x, float y, float scaleX, in mapRect()
280 float scaleX = (float) width / mWidth; in drawMixed() local
299 float scaleX = (float) width / mWidth; in draw() local
321 float scaleX = target.width() / source.width(); in draw() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/modifiers/
H A DGraphicsLayerModifierOperation.java60 float scaleX, in GraphicsLayerModifierOperation()
227 float scaleX, in apply()
261 float scaleX = buffer.readFloat(); in read() local
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/listener/
H A DBarLineChartTouchListener.java377 float scaleX = (mChart.isScaleXEnabled()) ? scale : 1f; in performZoom() local
394 float scaleX = xDist / mSavedXDist; // x-axis scale in performZoom() local
583 float scaleX = mChart.isScaleXEnabled() ? 1.4f : 1f; in onDoubleTap() local
/aosp_15_r20/external/aac/libSACdec/src/
H A Dsac_stp.cpp227 const FIXP_CFG *pBP, FIXP_DBL scaleX, in combineSignalCplxScale1()
248 FIXP_DBL *hybOutputImagWet, FIXP_DBL scaleX, in combineSignalCplxScale2()
541 FIXP_DBL scaleX; in subbandTPApply() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowRenderNodeTest.java129 float scaleX = renderNode.getScaleX(); in testGetScaleX_unset_returnsOne() local
139 float scaleX = renderNode.getScaleX(); in testGetScaleX_set_returnsSetScale() local
649 boolean setScaleX(float scaleX); in setScaleX()
817 public boolean setScaleX(float scaleX) { in setScaleX()
1033 public boolean setScaleX(float scaleX) { in setScaleX()
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/charts/
H A DBarLineChartBase.java663 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 DDrawScale.kt31 private val scaleX: 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 DRSResizeTest.java34 native boolean resizeTest(String path, int w, int h, float scaleX, float scaleY, in resizeTest()
37 …private 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 DLayoutlibRenderer.java30 private float scaleX = 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 DSprite.java15 private float scaleX = 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 DLayoutValidator.java105 float scaleX, in validate()
130 float scaleX, in buildHierarchy()
/aosp_15_r20/development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
H A DSlidingFragments.java141 PropertyValuesHolder scaleX = PropertyValuesHolder.ofFloat("scaleX", 0.8f); in slideBack() local
172 PropertyValuesHolder scaleX = PropertyValuesHolder.ofFloat("scaleX", 1.0f); in slideForward() local
/aosp_15_r20/frameworks/base/core/java/android/window/
H A DSnapshotDrawerUtils.java243 final float scaleX = (float) mFrame.width() / mSnapshotW; in drawSizeMismatchSnapshot() local
281 final float scaleX = (float) mSnapshotW / mSnapshot.getTaskSize().x; in calculateSnapshotCrop() local
301 final float scaleX = (float) mSnapshotW / mSnapshot.getTaskSize().x; in calculateSnapshotFrame() local

12345678910>>...39