Searched refs:getOrientation (Results 1 - 25 of 33) sorted by relevance

12

/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);
H A DUriImage.java102 mRotation = Exif.getOrientation(is);
124 mRotation = Exif.getOrientation(is);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DPanelTrack.java25 public int getOrientation(); method in interface:PanelTrack
H A DStatePanelTrack.java81 if (getOrientation() == LinearLayout.HORIZONTAL) {
138 mAdapter.setOrientation(getOrientation());
241 if (getOrientation() == LinearLayout.VERTICAL) {
H A DDragListener.java38 if (mStatePanelTrack.getOrientation() == LinearLayout.VERTICAL) {
/packages/apps/Camera/src/com/android/camera/
H A DExif.java33 public static int getOrientation(byte[] jpeg) { method in class:Exif
/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()) {
H A DCategoryView.java93 if (getOrientation() == CategoryView.VERTICAL) {
117 mAction.setImageFrame(new Rect(0, 0, getWidth(), getHeight()), getOrientation());
187 if (getOrientation() == CategoryView.VERTICAL) {
/packages/apps/UnifiedEmail/src/com/android/bitmap/
H A DReusableBitmap.java65 public int getOrientation() { method in class:ReusableBitmap
H A DDecodeTask.java140 final int orientation = Exif.getOrientation(in, byteSize);
/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 DRotationTask.java85 int originRotation = imageData.getOrientation();
H A DLocalMediaData.java131 public int getOrientation() { method in class:LocalMediaData
393 public int getOrientation() { method in class:LocalMediaData.PhotoData
/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/DeskClock/src/com/android/deskclock/widget/
H A DEllipsizeLayout.java63 if (getOrientation() == HORIZONTAL
/packages/apps/LegacyCamera/src/com/android/camera/
H A DExif.java24 public static int getOrientation(byte[] jpeg) { method in class:Exif
/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/Gallery2/src/com/android/gallery3d/ingest/data/
H A DMtpBitmapFetch.java97 return new BitmapWithMetadata(created, Exif.getOrientation(imageBytes));
/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/Mms/src/com/android/mms/util/
H A DThumbnailManager.java490 int orientation = UriImage.getOrientation(mContext, uri);
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
H A DAttachmentDrawable.java211 final int orientation = mBitmap.getOrientation();

Completed in 510 milliseconds

12