Home
last modified time | relevance | path

Searched refs:CLOCKWISE_90 (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/app/
DOrientationManager.java21 CLOCKWISE_90(90), enumConstant
52 return CLOCKWISE_90; in from()
62 return CLOCKWISE_90; in from()
DOrientationManagerImpl.java244 return DeviceOrientation.CLOCKWISE_90;
/packages/apps/Camera2/src/com/android/camera/
DTextureViewHelper.java292 case CLOCKWISE_90:
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DTaskCompressImageToJpeg.java440 } else if (orientation == DeviceOrientation.CLOCKWISE_90 in getImageSizeForOrientation()