Searched defs:ZERO (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterRotateRepresentation.java37 ZERO(0), NINETY(90), ONE_EIGHTY(180), TWO_SEVENTY(270); enum constant in enum:FilterRotateRepresentation.Rotation
51 return ZERO;
91 case ZERO:
101 mRotation = Rotation.ZERO;
150 return Rotation.ZERO;

Completed in 28 milliseconds