Home
last modified time | relevance | path

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

123

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
H A DViewGroupFocusHelper.java46 outRect.top += (1 - v.getScaleY()) * v.getHeight() / 2; in viewToRect()
49 outRect.bottom = outRect.top + (int) (v.getScaleY() * v.getHeight()); in viewToRect()
/aosp12/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp297 mProperties.getTranslateY(), mProperties.getScaleX(), mProperties.getScaleY()); in dump()
321 outMatrix->postScale(properties.getScaleX(), properties.getScaleY()); in getLocalMatrix()
361 return getScaleY(); in getPropertyValue()
424 canvasScaleY = fabs(canvasMatrix.getScaleY()); in draw()
H A DRenderProperties.cpp202 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY()); in updateMatrix()
206 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY()); in updateMatrix()
H A DLayer.cpp66 if (MathUtils::isZero(matrix.getScaleX()) && MathUtils::isZero(matrix.getScaleY())) { in shouldFilterRect()
H A DRenderNode.h178 properties().getScaleY() == 0; in nothingToDraw()
H A DAnimator.cpp323 {RenderNode::SCALE_Y, &RenderProperties::getScaleY, &RenderProperties::setScaleY},
/aosp12/frameworks/base/packages/Keyguard/
H A Dproguard.flags21 public float getScaleY();
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DVectorDrawableTests.cpp379 EXPECT_EQ(1.0f, properties->getScaleY()); in TEST()
381 EXPECT_EQ(0.0f, properties->getScaleY()); in TEST()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DAnimatableScaleMatrix.java126 public float getScaleY() { in getScaleY() method in AnimatableScaleMatrix
/aosp12/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},
/aosp12/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()
/aosp12/frameworks/native/libs/ui/include/ui/
H A DTransform.h82 float getScaleY() const;
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DTransform.h82 float getScaleY() const;
/aosp12/frameworks/native/include/ui/
H A DTransform.h82 float getScaleY() const;
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DDrawableHolder.java190 public float getScaleY() { in getScaleY() method in DrawableHolder
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DLayerDrawable.cpp46 if (MathUtils::isZero(matrix.getScaleX()) && MathUtils::isZero(matrix.getScaleY())) { in shouldFilterRect()
H A DReorderBarrierDrawables.cpp131 casterProperties.getScaleY() == 0) { in drawShadow()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DViewState.java149 scaleY = view.getScaleY(); in initFrom()
197 } else if (view.getScaleY() != scaleY) { in applyToView()
324 if (child.getScaleY() != scaleY) { in animateTo()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DFlingAnimation.java70 ((1 - mDragObject.dragView.getScaleY()) * from.height()) / 2f); in run()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java287 properties.put(VGroup_Delegate.SCALE_Y_INDEX, group.getScaleY()); in nGetGroupProperties()
377 return group.getScaleY(); in nGetScaleY()
940 private float getScaleY() { in getScaleY() method in VectorDrawable_Delegate.VGroup_Delegate
/aosp12/frameworks/base/core/java/android/widget/inline/
H A DInlineContentView.java249 postScaleY = InlineContentView.this.getScaleY(); in InlineContentView()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DRenderNode_Delegate.java179 float scaleY = renderNode.getScaleY(); in getMatrix()
/aosp12/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()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DLauncherAppWidgetHostView.java299 if ((getScaleX() != 1f || getScaleY() != 1f) && getChildCount() == 1) { in startDrag()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DFloatingTaskView.java239 initialTaskViewScaleY = view.getScaleY(); in SplitOverlayProperties()

123