OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ORI_ROTATE_90
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera2/src/com/android/camera/crop/
ImageLoader.java
49
public static final int
ORI_ROTATE_90
= ExifInterface.Orientation.RIGHT_TOP;
104
return
ORI_ROTATE_90
;
138
case
ORI_ROTATE_90
:
164
case
ORI_ROTATE_90
:
183
if (ori ==
ORI_ROTATE_90
||
192
case
ORI_ROTATE_90
:
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java
59
public static final int
ORI_ROTATE_90
= ExifInterface.Orientation.RIGHT_TOP;
114
return
ORI_ROTATE_90
;
168
case
ORI_ROTATE_90
:
190
case
ORI_ROTATE_90
:
209
if (ori ==
ORI_ROTATE_90
||
218
case
ORI_ROTATE_90
:
Completed in 22 milliseconds