OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLOCKWISE_180
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Camera2/src/com/android/camera/app/
OrientationManager.java
22
CLOCKWISE_180
(180),
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
;
OrientationManagerImpl.java
246
return DeviceOrientation.
CLOCKWISE_180
;
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskImageContainer.java
198
orientation == OrientationManager.DeviceOrientation.
CLOCKWISE_180
) {
TaskCompressImageToJpeg.java
437
|| orientation == DeviceOrientation.
CLOCKWISE_180
) {
/packages/apps/Camera2/src/com/android/camera/
TextureViewHelper.java
296
case
CLOCKWISE_180
:
Completed in 104 milliseconds