Home
last modified time | relevance | path

Searched refs:getScaleY (Results 1 – 25 of 39) sorted by relevance

12

/aosp14/frameworks/base/packages/Keyguard/
H A Dproguard.flags21 public float getScaleY();
/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()
362 return getScaleY(); in getPropertyValue()
425 canvasScaleY = fabs(canvasMatrix.getScaleY()); in draw()
H A DLayer.cpp69 if (MathUtils::isZero(matrix.getScaleX()) && MathUtils::isZero(matrix.getScaleY())) { in shouldFilterRect()
H A DRenderNode.h177 properties().getScaleY() == 0; in nothingToDraw()
H A DAnimator.cpp323 {RenderNode::SCALE_Y, &RenderProperties::getScaleY, &RenderProperties::setScaleY},
H A DRenderProperties.h321 float getScaleY() const { return mPrimitiveFields.mScaleY; } in getScaleY() function
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DAnimatableScaleMatrix.java126 public float getScaleY() { in getScaleY() method in AnimatableScaleMatrix
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DVectorDrawableTests.cpp385 EXPECT_EQ(1.0f, properties->getScaleY()); in TEST()
387 EXPECT_EQ(0.0f, properties->getScaleY()); in TEST()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockSwitchTest.java248 assertThat(mStatusArea.getScaleY()).isEqualTo(1); in switchingToSmallClockAnimation_resetsStatusArea()
258 assertThat(mStatusArea.getScaleY()).isEqualTo(1); in switchingToSmallClockNoAnimation_resetsStatusArea()
H A DKeyguardSecurityContainerTest.java391 assertThat(mKeyguardSecurityContainer.getScaleY()).isEqualTo( in testPlayBackAnimation()
397 assertThat(mKeyguardSecurityContainer.getScaleY()).isEqualTo(1); in testPlayBackAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DViewState.java199 public float getScaleY() { in getScaleY() method in ViewState
243 mScaleY = view.getScaleY(); in initFrom()
291 } else if (view.getScaleY() != mScaleY) { in applyToView()
419 if (child.getScaleY() != mScaleY) { in animateTo()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DTransformState.java190 setTransformationStartScaleY(otherContentHeight * otherView.getScaleY() in transformViewFrom()
356 setTransformationStartScaleY(transformedView.getScaleY()); in transformViewTo()
440 mOwnPosition[1] -= (1.0f - mTransformedView.getScaleY()) * mTransformedView.getPivotY(); in getLocationOnScreen()
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp239 static jfloat getScaleY(JNIEnv*, jobject, jlong groupPtr) { in getScaleY() function
241 return group->stagingProperties()->getScaleY(); in getScaleY()
393 {"nGetScaleY", "(J)F", (void*)getScaleY},
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DDrawableHolder.java190 public float getScaleY() { in getScaleY() 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.cpp138 casterProperties.getScaleY() == 0) { in drawShadow()
/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/core/java/android/widget/inline/
H A DInlineContentView.java250 postScaleY = InlineContentView.this.getScaleY(); in InlineContentView()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationControllerTest.java202 assertEquals(1f, newView.getScaleY(), .1f); in testChildAdded()
/aosp14/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
H A DDynamicAnimation.java128 return view.getScaleY();
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayWindow.java180 pw.println("mTextureView.getScaleY()=" + mTextureView.getScaleY()); in dump()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java645 mViewState.setScaleY(getScaleY()); in resetViewState()
/aosp14/frameworks/base/core/java/android/transition/
H A DChangeTransform.java442 scaleY = view.getScaleY(); in Transforms()
/aosp14/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java1045 return node.getScaleY(); in getValue()

12