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

/frameworks/support/compat/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.java12086 public float getRotationX() { method in class:View
12087 return mRenderNode.getRotationX();
12100 * @see #getRotationX()
12110 if (rotationX != getRotationX()) {
22162 * {@link View#setRotationX(float)} and {@link View#getRotationX()} methods.
22172 return object.getRotationX();
23842 stream.addProperty("drawing:rotationX", getRotationX());
/frameworks/base/libs/hwui/
H A DRenderProperties.h332 float getRotationX() const { function in class:android::uirenderer::RenderProperties
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java415 float getRotationX(View view); method in interface:ViewCompat.ViewCompatImpl
743 public float getRotationX(View view) { method in class:ViewCompat.BaseViewCompatImpl
1285 public float getRotationX(View view) { method in class:ViewCompat.HCViewCompatImpl
1286 return ViewCompatHC.getRotationX(view);
2876 public static float getRotationX(View view) { method in class:ViewCompat
2877 return IMPL.getRotationX(view);

Completed in 196 milliseconds