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

/frameworks/base/core/java/android/view/
H A DRenderNode.java546 * @see #getRotationX()
557 public float getRotationX() { method in class:RenderNode
H A DView.java13963 public float getRotationX() { method in class:View
13964 return mRenderNode.getRotationX();
13977 * @see #getRotationX()
13987 if (rotationX != getRotationX()) {
24498 * {@link View#setRotationX(float)} and {@link View#getRotationX()} methods.
24508 return object.getRotationX();
26193 stream.addProperty("drawing:rotationX", getRotationX());
/frameworks/base/libs/hwui/
H A DRenderProperties.h334 float getRotationX() const { function in class:android::uirenderer::RenderProperties
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java2905 * @deprecated Use {@link View#getRotationX()} directly.
2908 public static float getRotationX(View view) { method in class:ViewCompat
2909 return view.getRotationX();

Completed in 108 milliseconds