OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ORI_TRANSPOSE
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera2/src/com/android/camera/crop/
ImageLoader.java
54
public static final int
ORI_TRANSPOSE
= ExifInterface.Orientation.LEFT_TOP;
143
case
ORI_TRANSPOSE
:
185
ori ==
ORI_TRANSPOSE
||
207
case
ORI_TRANSPOSE
:
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java
64
public static final int
ORI_TRANSPOSE
= ExifInterface.Orientation.LEFT_TOP;
173
case
ORI_TRANSPOSE
:
211
ori ==
ORI_TRANSPOSE
||
233
case
ORI_TRANSPOSE
:
Completed in 40 milliseconds