/aosp14/frameworks/base/libs/hwui/ |
H A D | RenderProperties.cpp | 201 transform->preRotate(getRotation(), getPivotX(), getPivotY()); in updateMatrix() 202 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY()); in updateMatrix() 206 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY()); in updateMatrix() 211 transform3D.preTranslate(-getPivotX(), -getPivotY()); in updateMatrix() 213 getPivotY() + getTranslationY()); in updateMatrix()
|
H A D | VectorDrawable.cpp | 321 outMatrix->postTranslate(-properties.getPivotX(), -properties.getPivotY()); in getLocalMatrix() 325 properties.getTranslateY() + properties.getPivotY()); in getLocalMatrix() 358 return getPivotY(); in getPropertyValue()
|
H A D | RenderNode.cpp | 523 properties().getPivotY() + properties().getTranslationY(), in applyViewPropertyTransforms() 529 true3dMat.translate(-properties().getPivotX(), -properties().getPivotY()); in applyViewPropertyTransforms()
|
H A D | RenderProperties.h | 347 float getPivotY() const { return mPrimitiveFields.mPivotY; } in getPivotY() function
|
H A D | VectorDrawable.h | 404 float getPivotY() const { return mPrimitiveFields.pivotY; } in getPivotY() function
|
/aosp14/frameworks/base/packages/Keyguard/ |
H A D | proguard.flags | 17 public float getPivotY();
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
H A D | AnimatableScaleMatrix.java | 134 public float getPivotY() { in getPivotY() method in AnimatableScaleMatrix
|
/aosp14/frameworks/base/libs/hwui/tests/unit/ |
H A D | VectorDrawableTests.cpp | 393 EXPECT_EQ(0.0f, properties->getPivotY()); in TEST() 395 EXPECT_EQ(1.0f, properties->getPivotY()); in TEST()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_drawable_VectorDrawable.cpp | 219 static jfloat getPivotY(JNIEnv*, jobject, jlong groupPtr) { in getPivotY() function 221 return group->stagingProperties()->getPivotY(); in getPivotY() 389 {"nGetPivotY", "(J)F", (void*)getPivotY},
|
H A D | android_graphics_RenderNode.cpp | 506 return renderNode->stagingProperties().getPivotY(); in android_view_RenderNode_getPivotY()
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | RotateDrawable.java | 283 public float getPivotY() { in getPivotY() method in RotateDrawable
|
H A D | VectorDrawable.java | 1267 return object.getPivotY(); 1538 public float getPivotY() { in getPivotY() method in VectorDrawable.VGroup
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | TransformState.java | 440 mOwnPosition[1] -= (1.0f - mTransformedView.getScaleY()) * mTransformedView.getPivotY(); in getLocationOnScreen()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | RenderNode.java | 1261 public float getPivotY() { in getPivotY() method in RenderNode
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | View.java | 18335 public float getPivotY() { in getPivotY() method in View 18336 return mRenderNode.getPivotY(); in getPivotY() 18355 if (!mRenderNode.isPivotExplicitlySet() || pivotY != getPivotY()) { in setPivotY() 31925 stream.addProperty("drawing:pivotY", getPivotY()); in encodeProperties()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 6783 HSPLandroid/graphics/RenderNode;->getPivotY()F 17467 HSPLandroid/view/View;->getPivotY()F
|
/aosp14/frameworks/base/packages/CredentialManager/ |
H A D | profile.txt.prof | 4965 HSPLandroidx/compose/ui/graphics/vector/ImageVector$Builder$GroupParams;->getPivotY()F
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 16551 method public float getPivotY(); 17262 method public float getPivotY(); 52214 method public float getPivotY();
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 6786 HSPLandroid/graphics/RenderNode;->getPivotY()F 17531 HSPLandroid/view/View;->getPivotY()F
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 17572 Landroid/graphics/drawable/VectorDrawable$VGroup;->getPivotY()F 61671 Landroid/view/RenderNode;->getPivotY()F
|