Home
last modified time | relevance | path

Searched defs:NINETY (Results 1 – 2 of 2) 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
/packages/apps/ExactCalculator/src/com/android/calculator2/
DBoundedRational.java272 public final static BoundedRational NINETY = new BoundedRational(90); field in BoundedRational