Searched defs:getOrientation (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DExif.java33 public static int getOrientation(byte[] jpeg) { method in class:Exif
/packages/apps/Camera2/src/com/android/camera/
H A DExif.java39 public static int getOrientation(ExifInterface exif) { method in class:Exif
48 public static int getOrientation(byte[] jpegData) { method in class:Exif
52 return getOrientation(exif);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DExif.java32 public static int getOrientation(InputStream is) { method in class:Exif
69 public static int getOrientation(ExifInterface exif) { method in class:Exif
79 * See {@link #getOrientation(byte[])}, but using the picture bytes instead.
81 public static int getOrientation(byte[] jpegData) { method in class:Exif
86 return getOrientation(exif);
/packages/apps/LegacyCamera/src/com/android/camera/
H A DExif.java24 public static int getOrientation(byte[] jpeg) { method in class:Exif
/packages/apps/Camera2/src/com/android/camera/ui/
H A DRotateLayout.java121 public int getOrientation() { method in class:RotateLayout
H A DFilmStripView.java171 public int getOrientation(); method in interface:FilmStripView.ImageData
794 imageData.getOrientation(), boundWidth, boundHeight);
1665 data.getWidth(), data.getHeight(), data.getOrientation(),
1866 data.getWidth(), data.getHeight(), data.getOrientation(),
2415 if (imageData.getOrientation() == 90 || imageData.getOrientation() == 270) {
2445 int orientation = imageData.getOrientation();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DPanelTrack.java25 public int getOrientation(); method in interface:PanelTrack
/packages/apps/UnifiedEmail/src/com/android/bitmap/
H A DReusableBitmap.java65 public int getOrientation() { method in class:ReusableBitmap
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DThumbnailLoadTask.java108 final int orientation = getOrientation(thumbnailUri);
162 private int getOrientation(final Uri thumbnailUri) { method in class:ThumbnailLoadTask
171 return Exif.getOrientation(in, -1);
/packages/apps/Camera/src/com/android/camera/ui/
H A DRotateLayout.java188 public int getOrientation() { method in class:RotateLayout
/packages/apps/Mms/src/com/android/mms/ui/
H A DUriImage.java282 int orientation = getOrientation(context, uri);
499 public static int getOrientation(Context context, Uri uri) { method in class:UriImage
532 Log.v(TAG, "UriImage.getOrientation (exif path) took: " + dur + " ms");
557 Log.v(TAG, "UriImage.getOrientation (db column path) took: " + dur + " ms");
/packages/apps/Camera2/src/com/android/camera/data/
H A DInProgressDataWrapper.java160 public int getOrientation() { method in class:InProgressDataWrapper
161 return mLocalData.getOrientation();
H A DSimpleViewData.java78 public int getOrientation() { method in class:SimpleViewData
H A DLocalMediaData.java131 public int getOrientation() { method in class:LocalMediaData
393 public int getOrientation() { method in class:LocalMediaData.PhotoData
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DIconView.java82 if (getOrientation() == VERTICAL) {
126 public int getOrientation() { method in class:IconView
184 if (getOrientation() == VERTICAL && isHalfImage()) {
233 if (getOrientation() == VERTICAL && isHalfImage()) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DMasterImage.java153 public int getOrientation() { method in class:MasterImage

Completed in 296 milliseconds