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

/frameworks/base/libs/hwui/
H A DRenderProperties.cpp196 transform->preRotate(getRotation(), getPivotX(), getPivotY());
197 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY());
201 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY());
206 transform3D.preTranslate(-getPivotX(), -getPivotY());
208 getPivotY() + getTranslationY());
H A DRenderProperties.h369 /* Note that getPivotX and getPivotY are adjusted by updateMatrix(),
387 float getPivotY() const { function in class:android::uirenderer::RenderProperties
H A DRenderNode.cpp495 properties().getPivotY() + properties().getTranslationY(),
501 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/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DViewBindingAdapterTest.java172 assertEquals(mBindingObject.getTransformPivotY(), view.getPivotY());
177 assertEquals(mBindingObject.getTransformPivotY(), view.getPivotY());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DScaleFrameLayout.java80 final float pivotY = getPivotY();
H A DShadowOverlayContainer.java311 sTempRect.top = (int) mWrappedView.getPivotY();
/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/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);
/frameworks/base/core/java/android/view/
H A DRenderNode.java664 * @see #getPivotY()
675 public float getPivotY() { method in class:RenderNode
H A DView.java10984 * @see #getPivotY()
11094 * @see #getPivotY()
11111 * @see #getPivotY()
11133 * @see #getPivotY()
11155 * @see #getPivotY()
11177 * @see #getPivotY()
11199 * @see #getPivotY()
11224 * @see #getPivotY()
11238 * @see #getPivotY()
11260 * @see #getPivotY()
11344 public float getPivotY() { method in class:View
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp444 return renderNode->stagingProperties().getPivotY();
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1088 public float getPivotY() { method in class:VectorDrawableCompat.VGroup
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java948 float y2 = p.getY() + p.getPivotY();

Completed in 363 milliseconds