Searched defs:toDegrees (Results 1 – 2 of 2) sorted by relevance
80 public RotateAnimation(float fromDegrees, float toDegrees) { in RotateAnimation()102 public RotateAnimation(float fromDegrees, float toDegrees, float pivotX, float pivotY) { in RotateAnimation()137 public RotateAnimation(float fromDegrees, float toDegrees, int pivotXType, float pivotXValue, in RotateAnimation()
216 float toDegrees = a.getFloat( in inflate() local