/frameworks/base/libs/hwui/ |
D | RenderProperties.cpp | 193 transform->preRotate(getRotation(), getPivotX(), getPivotY()); in updateMatrix() 194 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY()); in updateMatrix() 198 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY()); in updateMatrix() 203 transform3D.preTranslate(-getPivotX(), -getPivotY()); in updateMatrix() 205 getPivotY() + getTranslationY()); in updateMatrix()
|
D | RenderNode.cpp | 439 properties().getPivotY() + properties().getTranslationY(), in applyViewPropertyTransforms() 445 true3dMat.translate(-properties().getPivotX(), -properties().getPivotY()); in applyViewPropertyTransforms()
|
D | VectorDrawable.cpp | 315 outMatrix->postTranslate(-properties.getPivotX(), -properties.getPivotY()); in getLocalMatrix() 319 properties.getTranslateY() + properties.getPivotY()); in getLocalMatrix() 352 return getPivotY(); in getPropertyValue()
|
D | RenderProperties.h | 332 float getPivotY() const { return mPrimitiveFields.mPivotY; } in getPivotY() function
|
D | VectorDrawable.h | 403 float getPivotY() const { return mPrimitiveFields.pivotY; } in getPivotY() function
|
/frameworks/base/packages/Keyguard/ |
D | proguard.flags | 17 public float getPivotY();
|
/frameworks/base/libs/hwui/tests/unit/ |
D | VectorDrawableTests.cpp | 387 EXPECT_EQ(0.0f, properties->getPivotY()); in TEST() 389 EXPECT_EQ(1.0f, properties->getPivotY()); in TEST()
|
/frameworks/base/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 221 static jfloat getPivotY(JNIEnv*, jobject, jlong groupPtr) { in getPivotY() function 223 return group->stagingProperties()->getPivotY(); in getPivotY() 391 {"nGetPivotY", "(J)F", (void*)getPivotY},
|
D | android_view_RenderNode.cpp | 476 return renderNode->stagingProperties().getPivotY(); in android_view_RenderNode_getPivotY()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | RotateDrawable.java | 283 public float getPivotY() { in getPivotY() method in RotateDrawable
|
D | VectorDrawable.java | 1267 return object.getPivotY(); 1541 public float getPivotY() { in getPivotY() method in VectorDrawable.VGroup
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | RenderNode_Delegate.java | 177 float pivotY = renderNode.getPivotY(); in getMatrix()
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
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
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | TransformState.java | 408 mOwnPosition[1] -= (1.0f - mTransformedView.getScaleY()) * mTransformedView.getPivotY(); in getLocationOnScreen()
|
/frameworks/base/graphics/java/android/graphics/ |
D | RenderNode.java | 1140 public float getPivotY() { in getPivotY() method in RenderNode
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/ |
D | MLand.java | 947 float y2 = p.getY() + p.getPivotY();
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |