Searched refs:CLOCKWISE_180 (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/app/
H A DOrientationManager.java22 CLOCKWISE_180(180), enum constant in enum:OrientationManager.DeviceOrientation
40 * CLOCKWISE_90, CLOCKWISE_180 or CLOCKWISE_270. If any other degree
42 * CLOCKWISE_180, and CLOCKWISE_270 to the angular value is returned.
54 return CLOCKWISE_180;
64 return CLOCKWISE_180;
H A DOrientationManagerImpl.java246 return DeviceOrientation.CLOCKWISE_180;
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
H A DTaskImageContainer.java198 orientation == OrientationManager.DeviceOrientation.CLOCKWISE_180) {
H A DTaskCompressImageToJpeg.java437 || orientation == DeviceOrientation.CLOCKWISE_180) {
/packages/apps/Camera2/src/com/android/camera/
H A DTextureViewHelper.java296 case CLOCKWISE_180:

Completed in 566 milliseconds