OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLOCKWISE_270
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Camera2/src/com/android/camera/app/
OrientationManager.java
23
CLOCKWISE_270
(270);
40
* CLOCKWISE_90, CLOCKWISE_180 or
CLOCKWISE_270
. If any other degree
42
* CLOCKWISE_180, and
CLOCKWISE_270
to the angular value is returned.
56
return
CLOCKWISE_270
;
66
return
CLOCKWISE_270
;
OrientationManagerImpl.java
248
return DeviceOrientation.
CLOCKWISE_270
;
/packages/apps/Camera2/src/com/android/camera/
TextureViewHelper.java
300
case
CLOCKWISE_270
:
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskCompressImageToJpeg.java
440
|| orientation == DeviceOrientation.
CLOCKWISE_270
) {
Completed in 50 milliseconds