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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DRotateDrawable.java262 * @see #getPivotY()
277 public float getPivotY() { method in class:RotateDrawable
H A DVectorDrawable.java1342 public float getPivotY() { method in class:VectorDrawable.VGroup
/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java144 public static float getPivotY(View view) { method in class:ViewCompatHC
145 return view.getPivotY();
/frameworks/base/core/java/android/view/
H A DRenderNode.java664 * @see #getPivotY()
675 public float getPivotY() { method in class:RenderNode
H A DView.java10990 * @see #getPivotY()
11100 * @see #getPivotY()
11117 * @see #getPivotY()
11139 * @see #getPivotY()
11161 * @see #getPivotY()
11183 * @see #getPivotY()
11205 * @see #getPivotY()
11230 * @see #getPivotY()
11244 * @see #getPivotY()
11266 * @see #getPivotY()
11350 public float getPivotY() { method in class:View
[all...]
/frameworks/base/libs/hwui/
H A DRenderProperties.h369 /* Note that getPivotX and getPivotY are adjusted by updateMatrix(),
387 float getPivotY() const { function in class:android::uirenderer::RenderProperties
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1088 public float getPivotY() { method in class:VectorDrawableCompat.VGroup
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java346 public float getPivotY(View view); method in interface:ViewCompat.ViewCompatImpl
729 public float getPivotY(View view) { method in class:ViewCompat.BaseViewCompatImpl
1128 public float getPivotY(View view) { method in class:ViewCompat.HCViewCompatImpl
1129 return ViewCompatHC.getPivotY(view);
2500 public static float getPivotY(View view) { method in class:ViewCompat
2501 return IMPL.getPivotY(view);

Completed in 303 milliseconds