Searched refs:getRotationX (Results 1 - 12 of 12) 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/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);
/frameworks/base/libs/hwui/
H A DAnimator.cpp196 {RenderNode::ROTATION_X, &RenderProperties::getRotationX, &RenderProperties::setRotationX },
H A DRenderProperties.cpp192 if (MathUtils::isZero(getRotationX()) && MathUtils::isZero(getRotationY())) {
H A DRenderProperties.h303 float getRotationX() const { function in class:android::uirenderer::RenderProperties
H A DRenderNode.cpp493 true3dMat.rotate(properties().getRotationX(), 1, 0, 0);
/frameworks/base/core/java/android/view/
H A DRenderNode.java564 * @see #getRotationX()
575 public float getRotationX() { method in class:RenderNode
H A DViewPropertyAnimator.java1047 return node.getRotationX();
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/core/java/android/transition/
H A DChangeTransform.java440 rotationX = view.getRotationX();
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp385 return renderNode->stagingProperties().getRotationX();
/frameworks/base/core/java/android/widget/
H A DStackView.java1426 float rotationX = v.getRotationX();

Completed in 210 milliseconds