Home
last modified time | relevance | path

Searched refs:TWO_SEVENTY (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
57 return TWO_SEVENTY; in fromValue()
98 mRotation = Rotation.TWO_SEVENTY; in rotateCW()
100 case TWO_SEVENTY: in rotateCW()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java421 case TWO_SEVENTY: in needsDimensionSwap()