OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLOCKWISE_90
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Camera2/src/com/android/camera/app/
OrientationManager.java
21
CLOCKWISE_90
(90),
40
*
CLOCKWISE_90
, CLOCKWISE_180 or CLOCKWISE_270. If any other degree
41
* value is given, the closest orientation of CLOCKWISE_0,
CLOCKWISE_90
,
52
return
CLOCKWISE_90
;
62
return
CLOCKWISE_90
;
OrientationManagerImpl.java
244
return DeviceOrientation.
CLOCKWISE_90
;
/packages/apps/Camera2/src/com/android/camera/
TextureViewHelper.java
292
case
CLOCKWISE_90
:
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskCompressImageToJpeg.java
439
} else if (orientation == DeviceOrientation.
CLOCKWISE_90
Completed in 924 milliseconds