Searched refs:getPivotY (Results 1 - 12 of 12) 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.cpp491 properties().getPivotY() + properties().getTranslationY(),
497 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 DScaleFrameLayout.java80 final float pivotY = getPivotY();
H A DShadowOverlayContainer.java214 sTempRect.top = (int) mWrappedView.getPivotY();
/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);
/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/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/jni/
H A Dandroid_view_RenderNode.cpp450 return renderNode->stagingProperties().getPivotY();

Completed in 183 milliseconds