Searched defs:getRotationY (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java82 public static float getRotationY(View view) { method in class:ViewCompatHC
83 return view.getRotationY();
/frameworks/base/core/java/android/view/
H A DRenderNode.java544 * @see #getRotationY()
555 public float getRotationY() { method in class:RenderNode
H A DView.java11958 public float getRotationY() { method in class:View
11959 return mRenderNode.getRotationY();
11972 * @see #getRotationY()
11982 if (rotationY != getRotationY()) {
22008 * {@link View#setRotationY(float)} and {@link View#getRotationY()} methods.
22018 return object.getRotationY();
23673 stream.addProperty("drawing:rotationY", getRotationY());
/frameworks/base/libs/hwui/
H A DRenderProperties.h340 float getRotationY() const { function in class:android::uirenderer::RenderProperties
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java409 float getRotationY(View view); method in interface:ViewCompat.ViewCompatImpl
729 public float getRotationY(View view) { method in class:ViewCompat.BaseViewCompatImpl
1264 public float getRotationY(View view) { method in class:ViewCompat.HCViewCompatImpl
1265 return ViewCompatHC.getRotationY(view);
2784 public static float getRotationY(View view) { method in class:ViewCompat
2785 return IMPL.getRotationY(view);

Completed in 177 milliseconds