Home
last modified time | relevance | path

Searched refs:getPivotY (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/libs/hwui/
DRenderProperties.cpp208 transform->preRotate(getRotation(), getPivotX(), getPivotY()); in updateMatrix()
209 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY()); in updateMatrix()
213 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY()); in updateMatrix()
218 transform3D.preTranslate(-getPivotX(), -getPivotY()); in updateMatrix()
220 getPivotY() + getTranslationY()); in updateMatrix()
DVectorDrawable.cpp317 outMatrix->postTranslate(-properties.getPivotX(), -properties.getPivotY()); in getLocalMatrix()
321 properties.getTranslateY() + properties.getPivotY()); in getLocalMatrix()
354 return getPivotY(); in getPropertyValue()
DRenderNode.cpp556 properties().getPivotY() + properties().getTranslationY(), in applyViewPropertyTransforms()
562 true3dMat.translate(-properties().getPivotX(), -properties().getPivotY()); in applyViewPropertyTransforms()
DRenderProperties.h349 float getPivotY() const { return mPrimitiveFields.mPivotY; } in getPivotY() function
DVectorDrawable.h404 float getPivotY() const { return mPrimitiveFields.pivotY; } in getPivotY() function
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DAnimatableScaleMatrix.java134 public float getPivotY() { in getPivotY() method in AnimatableScaleMatrix
/frameworks/base/libs/hwui/tests/unit/
DVectorDrawableTests.cpp393 EXPECT_EQ(0.0f, properties->getPivotY()); in TEST()
395 EXPECT_EQ(1.0f, properties->getPivotY()); in TEST()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp220 static jfloat getPivotY(JNIEnv*, jobject, jlong groupPtr) { in getPivotY() function
222 return group->stagingProperties()->getPivotY(); in getPivotY()
390 {"nGetPivotY", "(J)F", (void*)getPivotY},
Dandroid_graphics_RenderNode.cpp511 return renderNode->stagingProperties().getPivotY(); in android_view_RenderNode_getPivotY()
/frameworks/base/graphics/java/android/graphics/drawable/
DRotateDrawable.java283 public float getPivotY() { in getPivotY() method in RotateDrawable
DVectorDrawable.java1267 return object.getPivotY();
1538 public float getPivotY() { in getPivotY() method in VectorDrawable.VGroup
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java440 mOwnPosition[1] -= (1.0f - mTransformedView.getScaleY()) * mTransformedView.getPivotY(); in getLocationOnScreen()
/frameworks/base/graphics/java/android/graphics/
DRenderNode.java1316 public float getPivotY() { in getPivotY() method in RenderNode
/frameworks/base/core/java/android/view/
DView.java19202 public float getPivotY() { in getPivotY() method
19203 return mRenderNode.getPivotY(); in getPivotY()
19222 if (!mRenderNode.isPivotExplicitlySet() || pivotY != getPivotY()) { in setPivotY()
33087 stream.addProperty("drawing:pivotY", getPivotY()); in encodeProperties()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt6721 HSPLandroid/graphics/RenderNode;->getPivotY()F
17186 HSPLandroid/view/View;->getPivotY()F
/frameworks/base/core/api/
Dcurrent.txt17119 method public float getPivotY();
17831 method public float getPivotY();
52725 method public float getPivotY();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11922 method public float getPivotY();
33444 method public float getPivotY();
/frameworks/base/config/
Dboot-image-profile.txt6724 HSPLandroid/graphics/RenderNode;->getPivotY()F
17250 HSPLandroid/view/View;->getPivotY()F
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt17572 Landroid/graphics/drawable/VectorDrawable$VGroup;->getPivotY()F
61028 Landroid/view/RenderNode;->getPivotY()F