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

/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java78 public static float getRotationX(View view) { method in class:ViewCompatHC
79 return view.getRotationX();
/frameworks/base/core/java/android/view/
H A DRenderNode.java523 * @see #getRotationX()
534 public float getRotationX() { method in class:RenderNode
H A DView.java12002 public float getRotationX() { method in class:View
12003 return mRenderNode.getRotationX();
12016 * @see #getRotationX()
12026 if (rotationX != getRotationX()) {
21992 * {@link View#setRotationX(float)} and {@link View#getRotationX()} methods.
22002 return object.getRotationX();
23672 stream.addProperty("drawing:rotationX", getRotationX());
/frameworks/base/libs/hwui/
H A DRenderProperties.h332 float getRotationX() const { function in class:android::uirenderer::RenderProperties
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java408 float getRotationX(View view); method in interface:ViewCompat.ViewCompatImpl
724 public float getRotationX(View view) { method in class:ViewCompat.BaseViewCompatImpl
1259 public float getRotationX(View view) { method in class:ViewCompat.HCViewCompatImpl
1260 return ViewCompatHC.getRotationX(view);
2780 public static float getRotationX(View view) { method in class:ViewCompat
2781 return IMPL.getRotationX(view);

Completed in 191 milliseconds