OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLOCKWISE_0
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Camera2/src/com/android/camera/app/
OrientationManager.java
20
CLOCKWISE_0
(0),
39
* Turns a degree value (0, 90, 180, 270) into one of
CLOCKWISE_0
,
41
* value is given, the closest orientation of
CLOCKWISE_0
, CLOCKWISE_90,
47
// Explicitly default to
CLOCKWISE_0
, when Orientation is UNKNOWN
48
return
CLOCKWISE_0
;
50
return
CLOCKWISE_0
;
60
return
CLOCKWISE_0
;
OrientationManagerImpl.java
60
private DeviceOrientation mLastDeviceOrientation = DeviceOrientation.
CLOCKWISE_0
;
242
return DeviceOrientation.
CLOCKWISE_0
;
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskCompressImageToJpeg.java
168
exifDerivedRotation = DeviceOrientation.
CLOCKWISE_0
;
250
DeviceOrientation.
CLOCKWISE_0
, resultSize.getWidth(),
436
if (orientation == DeviceOrientation.
CLOCKWISE_0
TaskImageContainer.java
197
if(orientation == OrientationManager.DeviceOrientation.
CLOCKWISE_0
||
/packages/apps/Camera2/src/com/android/camera/
TextureViewHelper.java
304
case
CLOCKWISE_0
:
Completed in 55 milliseconds