Home
last modified time | relevance | path

Searched defs:getPivotY (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DAnimatableScaleMatrix.java134 public float getPivotY() { in getPivotY() method in AnimatableScaleMatrix
/frameworks/base/graphics/java/android/graphics/drawable/
DRotateDrawable.java283 public float getPivotY() { in getPivotY() method in RotateDrawable
DVectorDrawable.java1545 public float getPivotY() { in getPivotY() method in VectorDrawable.VGroup
/frameworks/base/libs/hwui/
DRenderProperties.h335 float getPivotY() const { return mPrimitiveFields.mPivotY; } in getPivotY() function
DVectorDrawable.h403 float getPivotY() const { return mPrimitiveFields.pivotY; } in getPivotY() function
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp219 static jfloat getPivotY(JNIEnv*, jobject, jlong groupPtr) { in getPivotY() function
/frameworks/base/graphics/java/android/graphics/
DRenderNode.java1140 public float getPivotY() { in getPivotY() method in RenderNode
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java918 private float getPivotY() { in getPivotY() method in VectorDrawable_Delegate.VGroup_Delegate