Searched refs:getRotationY (Results 1 – 13 of 13) sorted by relevance
80 public static float getRotationY(View view) { in getRotationY() method in ViewCompatHC81 return view.getRotationY(); in getRotationY()
13 public float getRotationY();
301 public float getRotationY(View view); in getRotationY() method572 public float getRotationY(View view) { in getRotationY() method in ViewCompat.BaseViewCompatImpl870 public float getRotationY(View view) { in getRotationY() method in ViewCompat.HCViewCompatImpl871 return ViewCompatHC.getRotationY(view); in getRotationY()2132 public static float getRotationY(View view) { in getRotationY() method in ViewCompat2133 return IMPL.getRotationY(view); in getRotationY()
192 if (MathUtils::isZero(getRotationX()) && MathUtils::isZero(getRotationY())) { in updateMatrix()
197 {RenderNode::ROTATION_Y, &RenderProperties::getRotationY, &RenderProperties::setRotationY },
311 float getRotationY() const { in getRotationY() function
472 true3dMat.rotate(properties().getRotationY(), 0, 1, 0); in applyViewPropertyTransforms()
596 public float getRotationY() { in getRotationY() method in RenderNode
1049 return node.getRotationY(); in getValue()
10142 public float getRotationY() {10143 return mRenderNode.getRotationY();10166 if (rotationY != getRotationY()) {19537 return object.getRotationY();
405 rotationY = view.getRotationY(); in Transforms()
391 return renderNode->stagingProperties().getRotationY(); in android_view_RenderNode_getRotationY()
33277 method public float getRotationY();