Searched refs:getRotationY (Results 1 - 11 of 11) sorted by path

/frameworks/base/core/java/android/transition/
H A DChangeTransform.java441 rotationY = view.getRotationY();
/frameworks/base/core/java/android/view/
H A DRenderNode.java585 * @see #getRotationY()
596 public float getRotationY() { method in class:RenderNode
H A DView.java10253 public float getRotationY() { method in class:View
10254 return mRenderNode.getRotationY();
10267 * @see #getRotationY()
10277 if (rotationY != getRotationY()) {
19644 * {@link View#setRotationY(float)} and {@link View#getRotationY()} methods.
19654 return object.getRotationY();
H A DViewPropertyAnimator.java1049 return node.getRotationY();
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp391 return renderNode->stagingProperties().getRotationY();
/frameworks/base/libs/hwui/
H A DAnimator.cpp197 {RenderNode::ROTATION_Y, &RenderProperties::getRotationY, &RenderProperties::setRotationY },
H A DRenderNode.cpp494 true3dMat.rotate(properties().getRotationY(), 0, 1, 0);
H A DRenderProperties.cpp192 if (MathUtils::isZero(getRotationX()) && MathUtils::isZero(getRotationY())) {
H A DRenderProperties.h311 float getRotationY() const { function in class:android::uirenderer::RenderProperties
/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java80 public static float getRotationY(View view) { method in class:ViewCompatHC
81 return view.getRotationY();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java303 public float getRotationY(View view); method in interface:ViewCompat.ViewCompatImpl
580 public float getRotationY(View view) { method in class:ViewCompat.BaseViewCompatImpl
893 public float getRotationY(View view) { method in class:ViewCompat.HCViewCompatImpl
894 return ViewCompatHC.getRotationY(view);
2177 public static float getRotationY(View view) { method in class:ViewCompat
2178 return IMPL.getRotationY(view);

Completed in 461 milliseconds