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

/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/graphics/java/android/graphics/drawable/
H A DRotateDrawable.java269 * @see #getPivotY()
285 public float getPivotY() { method in class:RotateDrawable
H A DVectorDrawable.java1176 public float getPivotY() { method in class:VectorDrawable.VGroup
/frameworks/base/core/java/android/view/
H A DRenderNode.java669 * @see #getPivotY()
680 public float getPivotY() { method in class:RenderNode
H A DView.java10098 * @see #getPivotY()
10208 * @see #getPivotY()
10225 * @see #getPivotY()
10247 * @see #getPivotY()
10269 * @see #getPivotY()
10291 * @see #getPivotY()
10313 * @see #getPivotY()
10338 * @see #getPivotY()
10352 * @see #getPivotY()
10374 * @see #getPivotY()
10458 public float getPivotY() { method in class:View
[all...]
/frameworks/base/libs/hwui/
H A DRenderProperties.h341 /* Note that getPivotX and getPivotY are adjusted by updateMatrix(),
359 float getPivotY() const { function in class:android::uirenderer::RenderProperties
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java324 public float getPivotY(View view); method in interface:ViewCompat.ViewCompatImpl
675 public float getPivotY(View view) { method in class:ViewCompat.BaseViewCompatImpl
912 public float getPivotY(View view) { method in class:ViewCompat.HCViewCompatImpl
913 return ViewCompatHC.getPivotY(view);
2150 public static float getPivotY(View view) { method in class:ViewCompat
2151 return IMPL.getPivotY(view);

Completed in 762 milliseconds