Home
last modified time | relevance | path

Searched refs:getScaleX (Results 1 – 25 of 43) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/text/style/
H A DScaleXSpan.java92 public float getScaleX() { in getScaleX() method in ScaleXSpan
108 return "ScaleXSpan{scaleX=" + getScaleX() + '}'; in toString()
/aosp14/frameworks/base/packages/Keyguard/
H A Dproguard.flags19 public float getScaleX();
/aosp14/frameworks/base/libs/hwui/
H A DRenderProperties.cpp202 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY()); in updateMatrix()
206 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY()); in updateMatrix()
H A DVectorDrawable.cpp298 mProperties.getTranslateY(), mProperties.getScaleX(), mProperties.getScaleY()); in dump()
322 outMatrix->postScale(properties.getScaleX(), properties.getScaleY()); in getLocalMatrix()
360 return getScaleX(); in getPropertyValue()
424 canvasScaleX = fabs(canvasMatrix.getScaleX()); in draw()
H A DLayer.cpp69 if (MathUtils::isZero(matrix.getScaleX()) && MathUtils::isZero(matrix.getScaleY())) { in shouldFilterRect()
H A DRenderNode.h176 (outline.getShouldClip() && outline.isEmpty()) || properties().getScaleX() == 0 || in nothingToDraw()
H A DAnimator.cpp322 {RenderNode::SCALE_X, &RenderProperties::getScaleX, &RenderProperties::setScaleX},
H A DRenderProperties.h317 float getScaleX() const { return mPrimitiveFields.mScaleX; } in getScaleX() function
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DAnimatableScaleMatrix.java122 public float getScaleX() { in getScaleX() method in AnimatableScaleMatrix
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DVectorDrawableTests.cpp381 EXPECT_EQ(1.0f, properties->getScaleX()); in TEST()
383 EXPECT_EQ(0.0f, properties->getScaleX()); in TEST()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockSwitchTest.java247 assertThat(mStatusArea.getScaleX()).isEqualTo(1); in switchingToSmallClockAnimation_resetsStatusArea()
257 assertThat(mStatusArea.getScaleX()).isEqualTo(1); in switchingToSmallClockNoAnimation_resetsStatusArea()
H A DKeyguardSecurityContainerTest.java389 assertThat(mKeyguardSecurityContainer.getScaleX()).isEqualTo( in testPlayBackAnimation()
396 assertThat(mKeyguardSecurityContainer.getScaleX()).isEqualTo(1); in testPlayBackAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DViewState.java186 public float getScaleX() { in getScaleX() method in ViewState
242 mScaleX = view.getScaleX(); in initFrom()
283 } else if (view.getScaleX() != mScaleX) { in applyToView()
412 if (child.getScaleX() != mScaleX) { in animateTo()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DTransformState.java183 setTransformationStartScaleX(otherContentWidth * otherView.getScaleX() in transformViewFrom()
350 setTransformationStartScaleX(transformedView.getScaleX()); in transformViewTo()
439 mOwnPosition[0] -= (1.0f - mTransformedView.getScaleX()) * mTransformedView.getPivotX(); in getLocationOnScreen()
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp229 static jfloat getScaleX(JNIEnv*, jobject, jlong groupPtr) { in getScaleX() function
231 return group->stagingProperties()->getScaleX(); in getScaleX()
391 {"nGetScaleX", "(J)F", (void*)getScaleX},
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayWindow.java179 pw.println("mTextureView.getScaleX()=" + mTextureView.getScaleX()); in dump()
280 mWindowScale = mTextureView.getScaleX(); in saveWindowParams()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DDrawableHolder.java186 public float getScaleX() { in getScaleX() method in DrawableHolder
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DLayerDrawable.cpp56 if (MathUtils::isZero(matrix.getScaleX()) && MathUtils::isZero(matrix.getScaleY())) { in shouldFilterRect()
H A DReorderBarrierDrawables.cpp137 !casterProperties.getOutline().getPath() || casterProperties.getScaleX() == 0 || in drawShadow()
/aosp14/frameworks/base/libs/hwui/hwui/
H A DMinikinUtils.cpp40 minikinPaint.scaleX = font.getScaleX(); in prepareMinikinPaint()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupGetChildLocalHitRegionTest.java183 expectMatrix.preScale(1 / view.getScaleX(), 1 / view.getScaleY()); in assertGetChildLocalHitRegion()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DMagnificationThumbnail.java268 var scaleDown = Float.isNaN(scale) ? mThumbnailView.getScaleX() : 1f / scale; in updateThumbnailMainThread()
/aosp14/frameworks/base/core/java/android/widget/inline/
H A DInlineContentView.java249 postScaleX = InlineContentView.this.getScaleX(); in InlineContentView()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationControllerTest.java201 assertEquals(1f, newView.getScaleX(), .1f); in testChildAdded()
/aosp14/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
H A DDynamicAnimation.java113 return view.getScaleX();

12