/aosp12/packages/apps/Launcher3/src/com/android/launcher3/keyboard/ |
H A D | ViewGroupFocusHelper.java | 46 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 D | VectorDrawable.cpp | 297 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 D | RenderProperties.cpp | 202 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY()); in updateMatrix() 206 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY()); in updateMatrix()
|
H A D | Layer.cpp | 66 if (MathUtils::isZero(matrix.getScaleX()) && MathUtils::isZero(matrix.getScaleY())) { in shouldFilterRect()
|
H A D | RenderNode.h | 178 properties().getScaleY() == 0; in nothingToDraw()
|
H A D | Animator.cpp | 323 {RenderNode::SCALE_Y, &RenderProperties::getScaleY, &RenderProperties::setScaleY},
|
/aosp12/frameworks/base/packages/Keyguard/ |
H A D | proguard.flags | 21 public float getScaleY();
|
/aosp12/frameworks/base/libs/hwui/tests/unit/ |
H A D | VectorDrawableTests.cpp | 379 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 D | AnimatableScaleMatrix.java | 126 public float getScaleY() { in getScaleY() method in AnimatableScaleMatrix
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_drawable_VectorDrawable.cpp | 239 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 D | TransformState.java | 190 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 D | Transform.h | 82 float getScaleY() const;
|
/aosp12/frameworks/native/libs/ui/include_vndk/ui/ |
H A D | Transform.h | 82 float getScaleY() const;
|
/aosp12/frameworks/native/include/ui/ |
H A D | Transform.h | 82 float getScaleY() const;
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | DrawableHolder.java | 190 public float getScaleY() { in getScaleY() method in DrawableHolder
|
/aosp12/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | LayerDrawable.cpp | 46 if (MathUtils::isZero(matrix.getScaleX()) && MathUtils::isZero(matrix.getScaleY())) { in shouldFilterRect()
|
H A D | ReorderBarrierDrawables.cpp | 131 casterProperties.getScaleY() == 0) { in drawShadow()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | ViewState.java | 149 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 D | FlingAnimation.java | 70 ((1 - mDragObject.dragView.getScaleY()) * from.height()) / 2f); in run()
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
H A D | VectorDrawable_Delegate.java | 287 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 D | InlineContentView.java | 249 postScaleY = InlineContentView.this.getScaleY(); in InlineContentView()
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | RenderNode_Delegate.java | 179 float scaleY = renderNode.getScaleY(); in getMatrix()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
H A D | StackAnimationControllerTest.java | 202 assertEquals(1f, newView.getScaleY(), .1f); in testChildAdded()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
H A D | LauncherAppWidgetHostView.java | 299 if ((getScaleX() != 1f || getScaleY() != 1f) && getChildCount() == 1) { in startDrag()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | FloatingTaskView.java | 239 initialTaskViewScaleY = view.getScaleY(); in SplitOverlayProperties()
|