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

/frameworks/base/libs/hwui/
H A DRenderProperties.cpp191 transform->preRotate(getRotation(), getPivotX(), getPivotY());
192 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY());
196 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY());
201 transform3D.preTranslate(-getPivotX(), -getPivotY());
203 getPivotY() + getTranslationY());
H A DVectorDrawable.cpp369 outMatrix->postTranslate(-properties.getPivotX(), -properties.getPivotY());
373 properties.getTranslateY() + properties.getPivotY());
406 return getPivotY();
H A DRenderNode.cpp169 pprops->set_pivot_y(properties().getPivotY());
680 properties().getPivotY() + properties().getTranslationY(),
686 true3dMat.translate(-properties().getPivotX(), -properties().getPivotY());
H A DRenderProperties.h370 /* Note that getPivotX and getPivotY are adjusted by updateMatrix(),
388 float getPivotY() const { function in class:android::uirenderer::RenderProperties
H A DVectorDrawable.h438 float getPivotY() const { function in class:android::uirenderer::VectorDrawable::Group::GroupProperties
/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java150 public static float getPivotY(View view) { method in class:ViewCompatHC
151 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/base/libs/hwui/tests/unit/
H A DVectorDrawableTests.cpp424 EXPECT_EQ(0.0f, properties->getPivotY());
426 EXPECT_EQ(1.0f, properties->getPivotY());
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp216 static jfloat getPivotY(JNIEnv*, jobject, jlong groupPtr) { function in namespace:android
218 return group->stagingProperties()->getPivotY();
383 {"nGetPivotY", "!(J)F", (void*)getPivotY},
H A Dandroid_view_RenderNode.cpp512 return renderNode->stagingProperties().getPivotY();
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRotateDrawable.java266 * @see #getPivotY()
281 public float getPivotY() { method in class:RotateDrawable
H A DVectorDrawable.java1227 public float getPivotY() { method in class:VectorDrawable.VGroup
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DRenderNode_Delegate.java172 float pivotY = renderNode.getPivotY();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DScaleFrameLayout.java111 final float pivotY = getPivotY();
H A DShadowOverlayContainer.java318 sTempRect.top = (int) mWrappedView.getPivotY();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java431 float getPivotY(View view); method in interface:ViewCompat.ViewCompatImpl
829 public float getPivotY(View view) { method in class:ViewCompat.BaseViewCompatImpl
1283 public float getPivotY(View view) { method in class:ViewCompat.HCViewCompatImpl
1284 return ViewCompatHC.getPivotY(view);
2546 * @see #getPivotY(View)
2757 public static float getPivotY(View view) { method in class:ViewCompat
2758 return IMPL.getPivotY(view);
/frameworks/base/core/java/android/view/
H A DRenderNode.java628 * @see #getPivotY()
639 public float getPivotY() { method in class:RenderNode
H A DView.java11803 * @see #getPivotY()
11913 * @see #getPivotY()
11930 * @see #getPivotY()
11952 * @see #getPivotY()
11974 * @see #getPivotY()
11996 * @see #getPivotY()
12018 * @see #getPivotY()
12043 * @see #getPivotY()
12057 * @see #getPivotY()
12079 * @see #getPivotY()
12163 public float getPivotY() { method in class:View
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java261 properties.put(VGroup_Delegate.PIVOT_Y_INDEX, group.getPivotY());
329 return group.getPivotY();
903 private float getPivotY() { method in class:VectorDrawable_Delegate.VGroup_Delegate
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java947 float y2 = p.getY() + p.getPivotY();
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1275 public float getPivotY() { method in class:VectorDrawableCompat.VGroup

Completed in 1966 milliseconds