Searched defs:toDegrees (Results 1 – 3 of 3) sorted by relevance
82 public RotateAnimation(float fromDegrees, float toDegrees) { in RotateAnimation()104 public RotateAnimation(float fromDegrees, float toDegrees, float pivotX, float pivotY) { in RotateAnimation()140 public RotateAnimation(float fromDegrees, float toDegrees, int pivotXType, float pivotXValue, in RotateAnimation()
191 public void setToDegrees(float toDegrees) { in setToDegrees()
455 static float toDegrees(uint32_t transform) { in toDegrees() function