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

/frameworks/base/libs/hwui/
H A DRenderProperties.cpp194 transform->preRotate(getRotation(), getPivotX(), getPivotY());
195 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY());
199 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY());
204 transform3D.preTranslate(-getPivotX(), -getPivotY());
206 getPivotY() + getTranslationY());
H A DRenderProperties.h341 /* Note that getPivotX and getPivotY are adjusted by updateMatrix(),
359 float getPivotY() const { function in class:android::uirenderer::RenderProperties
H A DRenderNode.cpp469 properties().getPivotY() + properties().getTranslationY(),
475 true3dMat.translate(-properties().getPivotX(), -properties().getPivotY());
/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/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DShadowOverlayContainer.java214 sTempRect.top = (int) mWrappedView.getPivotY();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java322 public float getPivotY(View view); method in interface:ViewCompat.ViewCompatImpl
667 public float getPivotY(View view) { method in class:ViewCompat.BaseViewCompatImpl
889 public float getPivotY(View view) { method in class:ViewCompat.HCViewCompatImpl
890 return ViewCompatHC.getPivotY(view);
2105 public static float getPivotY(View view) { method in class:ViewCompat
2106 return IMPL.getPivotY(view);
/frameworks/base/core/java/android/view/
H A DRenderNode.java669 * @see #getPivotY()
680 public float getPivotY() { method in class:RenderNode
H A DView.java9987 * @see #getPivotY()
10097 * @see #getPivotY()
10114 * @see #getPivotY()
10136 * @see #getPivotY()
10158 * @see #getPivotY()
10180 * @see #getPivotY()
10202 * @see #getPivotY()
10227 * @see #getPivotY()
10241 * @see #getPivotY()
10263 * @see #getPivotY()
10347 public float getPivotY() { method in class:View
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRotateDrawable.java268 * @see #getPivotY()
284 public float getPivotY() { method in class:RotateDrawable
H A DVectorDrawable.java1179 public float getPivotY() { method in class:VectorDrawable.VGroup
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp450 return renderNode->stagingProperties().getPivotY();

Completed in 183 milliseconds