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

/frameworks/base/core/java/android/view/
H A DRenderNode.java567 * @see #getRotationY()
578 public float getRotationY() { method in class:RenderNode
H A DView.java13919 public float getRotationY() { method in class:View
13920 return mRenderNode.getRotationY();
13933 * @see #getRotationY()
13943 if (rotationY != getRotationY()) {
24514 * {@link View#setRotationY(float)} and {@link View#getRotationY()} methods.
24524 return object.getRotationY();
26194 stream.addProperty("drawing:rotationY", getRotationY());
/frameworks/base/libs/hwui/
H A DRenderProperties.h342 float getRotationY() const { function in class:android::uirenderer::RenderProperties
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java2913 * @deprecated Use {@link View#getRotationY()} directly.
2916 public static float getRotationY(View view) { method in class:ViewCompat
2917 return view.getRotationY();

Completed in 109 milliseconds