/aosp12/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 | 320 outMatrix->postTranslate(-properties.getPivotX(), -properties.getPivotY()); in getLocalMatrix() 324 properties.getTranslateY() + properties.getPivotY()); in getLocalMatrix() 357 return getPivotY(); in getPropertyValue()
|
H A D | RenderNode.cpp | 520 properties().getPivotY() + properties().getTranslationY(), in applyViewPropertyTransforms() 526 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 | 403 float getPivotY() const { return mPrimitiveFields.pivotY; } in getPivotY() function
|
/aosp12/frameworks/base/packages/Keyguard/ |
H A D | proguard.flags | 17 public float getPivotY();
|
/aosp12/frameworks/base/libs/hwui/tests/unit/ |
H A D | VectorDrawableTests.cpp | 387 EXPECT_EQ(0.0f, properties->getPivotY()); in TEST() 389 EXPECT_EQ(1.0f, properties->getPivotY()); in TEST()
|
/aosp12/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
|
/aosp12/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()
|
/aosp12/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 | 1271 return object.getPivotY(); 1545 public float getPivotY() { in getPivotY() method in VectorDrawable.VGroup
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
H A D | VectorDrawable_Delegate.java | 285 properties.put(VGroup_Delegate.PIVOT_Y_INDEX, group.getPivotY()); in nGetGroupProperties() 353 return group.getPivotY(); in nGetPivotY() 918 private float getPivotY() { in getPivotY() method in VectorDrawable_Delegate.VGroup_Delegate
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | RenderNode_Delegate.java | 177 float pivotY = renderNode.getPivotY(); in getMatrix()
|
/aosp12/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()
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | RenderNode.java | 1211 public float getPivotY() { in getPivotY() method in RenderNode
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | PagedView.java | 1586 float primaryPivot = mOrientationHandler.getPrimaryValue(getPivotX(), getPivotY()); in getScreenCenter()
|
H A D | Workspace.java | 3345 sibling.setPivotY(getPivotY() + getTop() in setPivotToScaleWithSelf()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | View.java | 17247 public float getPivotY() { in getPivotY() method in View 17248 return mRenderNode.getPivotY(); in getPivotY() 17267 if (!mRenderNode.isPivotExplicitlySet() || pivotY != getPivotY()) { in setPivotY() 30553 stream.addProperty("drawing:pivotY", getPivotY()); in encodeProperties()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 16163 method public float getPivotY(); 16848 method public float getPivotY(); 48827 method public float getPivotY();
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 7066 HSPLandroid/graphics/RenderNode;->getPivotY()F 17689 HSPLandroid/view/View;->getPivotY()F+]Landroid/graphics/RenderNode;Landroid/graphics/RenderNode;
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 11922 method public float getPivotY(); 33444 method public float getPivotY();
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 7063 HSPLandroid/graphics/RenderNode;->getPivotY()F 17738 HSPLandroid/view/View;->getPivotY()F+]Landroid/graphics/RenderNode;Landroid/graphics/RenderNode;
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 20450 Landroid/graphics/drawable/VectorDrawable$VGroup;->getPivotY()F 64994 Landroid/view/RenderNode;->getPivotY()F
|