Home
last modified time | relevance | path

Searched refs:NINETY (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterRotateRepresentation.java37 ZERO(0), NINETY(90), ONE_EIGHTY(180), TWO_SEVENTY(270); enumConstant
53 return NINETY; in fromValue()
92 mRotation = Rotation.NINETY; in rotateCW()
94 case NINETY: in rotateCW()
/packages/apps/ExactCalculator/src/com/android/calculator2/
DBoundedRational.java272 public final static BoundedRational NINETY = new BoundedRational(90); field in BoundedRational
376 return NINETY; in degreeAsin()
428 return degreeSin(add(r, NINETY)); in degreeCos()
438 return subtract(NINETY, asin_r); in degreeAcos()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java420 case NINETY: in needsDimensionSwap()