Home
last modified time | relevance | path

Searched refs:getRotationY (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/base/packages/Keyguard/
Dproguard.flags13 public float getRotationY();
/frameworks/base/libs/hwui/
DRenderNode.cpp125 pprops->set_rotation_y(properties().getRotationY()); in copyTo()
474 true3dMat.rotate(properties().getRotationY(), 0, 1, 0); in applyViewPropertyTransforms()
DRenderProperties.cpp201 if (MathUtils::isZero(getRotationX()) && MathUtils::isZero(getRotationY())) { in updateMatrix()
DAnimator.cpp325 {RenderNode::ROTATION_Y, &RenderProperties::getRotationY, &RenderProperties::setRotationY },
DRenderProperties.h342 float getRotationY() const { in getRotationY() function
/frameworks/support/dynamic-animation/src/android/support/animation/
DDynamicAnimation.java168 return view.getRotationY();
/frameworks/base/core/java/android/view/
DRenderNode.java578 public float getRotationY() { in getRotationY() method in RenderNode
DViewPropertyAnimator.java1048 return node.getRotationY(); in getValue()
DView.java13919 public float getRotationY() {
13920 return mRenderNode.getRotationY();
13943 if (rotationY != getRotationY()) {
24524 return object.getRotationY();
26194 stream.addProperty("drawing:rotationY", getRotationY());
/frameworks/base/core/java/android/transition/
DChangeTransform.java443 rotationY = view.getRotationY(); in Transforms()
/frameworks/support/transition/src/android/support/transition/
DChangeTransform.java469 mRotationY = view.getRotationY(); in Transforms()
/frameworks/base/core/jni/
Dandroid_view_RenderNode.cpp352 return renderNode->stagingProperties().getRotationY(); in android_view_RenderNode_getRotationY()
/frameworks/support/compat/java/android/support/v4/view/
DViewCompat.java2916 public static float getRotationY(View view) { in getRotationY() method in ViewCompat
2917 return view.getRotationY(); in getRotationY()
/frameworks/support/compat/api/
Dcurrent.txt1600 method public static deprecated float getRotationY(android.view.View);
D26.0.0.txt1638 method public static deprecated float getRotationY(android.view.View);
/frameworks/support/api/
D22.0.0.txt3403 method public static float getRotationY(android.view.View);
D22.1.0.txt3723 method public static float getRotationY(android.view.View);
D22.2.0.txt4120 method public static float getRotationY(android.view.View);
D22.2.1.txt4149 method public static float getRotationY(android.view.View);
D24.2.0.txt6282 method public static float getRotationY(android.view.View);
D25.0.0.txt6348 method public static float getRotationY(android.view.View);
D25.2.0.txt6759 method public static float getRotationY(android.view.View);
D25.1.0.txt6759 method public static float getRotationY(android.view.View);
D23.0.0.txt4820 method public static float getRotationY(android.view.View);
D23.4.0.txt5500 method public static float getRotationY(android.view.View);

12