Home
last modified time | relevance | path

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

/frameworks/support/v4/honeycomb/android/support/v4/view/
DViewCompatHC.java80 public static float getRotationY(View view) { in getRotationY() method in ViewCompatHC
81 return view.getRotationY(); in getRotationY()
/frameworks/base/packages/Keyguard/
Dproguard.flags13 public float getRotationY();
/frameworks/base/libs/hwui/
DRenderProperties.cpp194 if (MathUtils::isZero(getRotationX()) && MathUtils::isZero(getRotationY())) { in updateMatrix()
DAnimator.cpp195 {RenderNode::ROTATION_Y, &RenderProperties::getRotationY, &RenderProperties::setRotationY },
DRenderProperties.h339 float getRotationY() const { in getRotationY() function
DRenderNode.cpp498 true3dMat.rotate(properties().getRotationY(), 0, 1, 0); in applyViewPropertyTransforms()
/frameworks/support/v4/java/android/support/v4/view/
DViewCompat.java325 public float getRotationY(View view); in getRotationY() method
634 public float getRotationY(View view) { in getRotationY() method in ViewCompat.BaseViewCompatImpl
1109 public float getRotationY(View view) { in getRotationY() method in ViewCompat.HCViewCompatImpl
1110 return ViewCompatHC.getRotationY(view); in getRotationY()
2527 public static float getRotationY(View view) { in getRotationY() method in ViewCompat
2528 return IMPL.getRotationY(view); in getRotationY()
/frameworks/base/core/java/android/view/
DRenderNode.java591 public float getRotationY() { in getRotationY() method in RenderNode
DViewPropertyAnimator.java1047 return node.getRotationY(); in getValue()
DView.java11139 public float getRotationY() {
11140 return mRenderNode.getRotationY();
11163 if (rotationY != getRotationY()) {
20921 return object.getRotationY();
22486 stream.addProperty("drawing:rotationY", getRotationY());
/frameworks/base/core/java/android/transition/
DChangeTransform.java441 rotationY = view.getRotationY(); in Transforms()
/frameworks/base/core/jni/
Dandroid_view_RenderNode.cpp385 return renderNode->stagingProperties().getRotationY(); in android_view_RenderNode_getRotationY()
/frameworks/support/v4/api/
D22.0.0.txt1961 method public static float getRotationY(android.view.View);
D22.1.0.txt2139 method public static float getRotationY(android.view.View);
D22.2.1.txt2198 method public static float getRotationY(android.view.View);
D22.2.0.txt2197 method public static float getRotationY(android.view.View);
D23.txt2390 method public static float getRotationY(android.view.View);
Dcurrent.txt2396 method public static float getRotationY(android.view.View);
/frameworks/base/api/
Dcurrent.txt36038 method public float getRotationY();
Dsystem-current.txt38330 method public float getRotationY();