Searched defs:getPivotY (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DRotateDrawable.java266 * @see #getPivotY()
281 public float getPivotY() { method in class:RotateDrawable
H A DVectorDrawable.java1227 public float getPivotY() { method in class:VectorDrawable.VGroup
/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java150 public static float getPivotY(View view) { method in class:ViewCompatHC
151 return view.getPivotY();
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp216 static jfloat getPivotY(JNIEnv*, jobject, jlong groupPtr) { function in namespace:android
218 return group->stagingProperties()->getPivotY();
383 {"nGetPivotY", "!(J)F", (void*)getPivotY},
/frameworks/base/core/java/android/view/
H A DRenderNode.java628 * @see #getPivotY()
639 public float getPivotY() { method in class:RenderNode
H A DView.java11803 * @see #getPivotY()
11913 * @see #getPivotY()
11930 * @see #getPivotY()
11952 * @see #getPivotY()
11974 * @see #getPivotY()
11996 * @see #getPivotY()
12018 * @see #getPivotY()
12043 * @see #getPivotY()
12057 * @see #getPivotY()
12079 * @see #getPivotY()
12163 public float getPivotY() { method in class:View
[all...]
/frameworks/base/libs/hwui/
H A DRenderProperties.h370 /* Note that getPivotX and getPivotY are adjusted by updateMatrix(),
388 float getPivotY() const { function in class:android::uirenderer::RenderProperties
H A DVectorDrawable.h438 float getPivotY() const { function in class:android::uirenderer::VectorDrawable::Group::GroupProperties
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java261 properties.put(VGroup_Delegate.PIVOT_Y_INDEX, group.getPivotY());
329 return group.getPivotY();
903 private float getPivotY() { method in class:VectorDrawable_Delegate.VGroup_Delegate
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1275 public float getPivotY() { method in class:VectorDrawableCompat.VGroup
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java431 float getPivotY(View view); method in interface:ViewCompat.ViewCompatImpl
829 public float getPivotY(View view) { method in class:ViewCompat.BaseViewCompatImpl
1283 public float getPivotY(View view) { method in class:ViewCompat.HCViewCompatImpl
1284 return ViewCompatHC.getPivotY(view);
2546 * @see #getPivotY(View)
2757 public static float getPivotY(View view) { method in class:ViewCompat
2758 return IMPL.getPivotY(view);

Completed in 8391 milliseconds