Searched refs:setRotationY (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DRotate3dTextActivity.java72 setRotationY(45.0f);
H A DGradientsActivity.java61 gradientView.setRotationY((float) progress);
63 sweepGradientView.setRotationY((float) progress);
/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java126 public static void setRotationY(View view, float value) { method in class:ViewCompatHC
127 view.setRotationY(value);
/frameworks/base/libs/hwui/tests/unit/
H A DDamageAccumulatorTests.cpp116 node2.animatorProperties().setRotationY(1.0f);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java420 void setRotationY(View view, float value); method in interface:ViewCompat.ViewCompatImpl
789 public void setRotationY(View view, float value) { method in class:ViewCompat.BaseViewCompatImpl
1224 public void setRotationY(View view, float value) { method in class:ViewCompat.HCViewCompatImpl
1225 ViewCompatHC.setRotationY(view, value);
2695 public static void setRotationY(View view, float value) { method in class:ViewCompat
2696 IMPL.setRotationY(view, value);
/frameworks/base/core/java/android/view/
H A DRenderNode.java543 * @see View#setRotationY(float)
546 public boolean setRotationY(float rotationY) { method in class:RenderNode
553 * @see #setRotationY(float)
H A DViewPropertyAnimator.java576 * @see View#setRotationY(float)
589 * @see View#setRotationY(float)
1003 renderNode.setRotationY(value);
H A DView.java4657 setRotationY(rotationY);
11896 * @see #setRotationY(float)
11932 * @see #setRotationY(float)
11953 * @see #setRotationY(float)
11981 public void setRotationY(float rotationY) { method in class:View
11984 mRenderNode.setRotationY(rotationY);
12020 * @see #setRotationY(float)
22008 * {@link View#setRotationY(float)} and {@link View#getRotationY()} methods.
22013 object.setRotationY(value);
/frameworks/base/libs/hwui/
H A DAnimator.cpp309 {RenderNode::ROTATION_Y, &RenderProperties::getRotationY, &RenderProperties::setRotationY },
H A DRenderProperties.h336 bool setRotationY(float rotationY) { function in class:android::uirenderer::RenderProperties
/frameworks/base/core/java/android/transition/
H A DChangeTransform.java420 view.setRotationY(rotationY);
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp305 return SET_AND_DIRTY(setRotationY, ry, RenderNode::ROTATION_Y);

Completed in 556 milliseconds