Home
last modified time | relevance | path

Searched refs: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
53 return NINETY; in fromValue()
92 mRotation = Rotation.NINETY; in rotateCW()
94 case NINETY: in rotateCW()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java420 case NINETY: in needsDimensionSwap()