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

/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java76 public static float getRotationX(View view) { method in class:ViewCompatHC
77 return view.getRotationX();
/frameworks/base/core/java/android/view/
H A DRenderNode.java564 * @see #getRotationX()
575 public float getRotationX() { method in class:RenderNode
H A DView.java10297 public float getRotationX() { method in class:View
10298 return mRenderNode.getRotationX();
10311 * @see #getRotationX()
10321 if (rotationX != getRotationX()) {
19628 * {@link View#setRotationX(float)} and {@link View#getRotationX()} methods.
19638 return object.getRotationX();
/frameworks/base/libs/hwui/
H A DRenderProperties.h303 float getRotationX() const { function in class:android::uirenderer::RenderProperties
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java302 public float getRotationX(View view); method in interface:ViewCompat.ViewCompatImpl
575 public float getRotationX(View view) { method in class:ViewCompat.BaseViewCompatImpl
888 public float getRotationX(View view) { method in class:ViewCompat.HCViewCompatImpl
889 return ViewCompatHC.getRotationX(view);
2173 public static float getRotationX(View view) { method in class:ViewCompat
2174 return IMPL.getRotationX(view);

Completed in 160 milliseconds