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

/packages/apps/Camera2/src/com/android/camera/app/
H A DOrientationManager.java20 CLOCKWISE_0(0), enum constant in enum:OrientationManager.DeviceOrientation
39 * Turns a degree value (0, 90, 180, 270) into one of CLOCKWISE_0,
41 * value is given, the closest orientation of CLOCKWISE_0, CLOCKWISE_90,
47 // Explicitly default to CLOCKWISE_0, when Orientation is UNKNOWN
48 return CLOCKWISE_0;
50 return CLOCKWISE_0;
60 return CLOCKWISE_0;

Completed in 31 milliseconds