OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getExifOrientation
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery3D/src/com/cooliris/media/
ImageManager.java
155
degree[0] =
getExifOrientation
(filePath);
193
public static int
getExifOrientation
(String filepath) {
/packages/apps/Camera/src/com/android/camera/
ImageManager.java
206
degree[0] =
getExifOrientation
(filePath);
242
public static int
getExifOrientation
(String filepath) {
/packages/apps/Gallery/src/com/android/camera/
ImageManager.java
220
degree[0] =
getExifOrientation
(filePath);
252
public static int
getExifOrientation
(String filepath) {
Completed in 684 milliseconds