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

12

/packages/apps/Camera2/src/com/android/camera/
H A DExif.java38 public static int getOrientation(ExifInterface exif) { method in class:Exif
47 public static int getOrientation(byte[] jpegData) { method in class:Exif
51 return getOrientation(exif);
/packages/apps/Camera2/src/com/android/camera/captureintent/event/
H A DEventPictureCompressed.java34 public int getOrientation() { method in class:EventPictureCompressed
/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/Messaging/src/com/android/messaging/datamodel/media/
H A DImageResource.java60 public int getOrientation() { method in class:ImageResource
H A DDecodedImageResource.java103 public int getOrientation() { method in class:DecodedImageResource
140 return OrientedBitmapDrawable.create(getOrientation(), resources, mBitmap);
218 return new EncodedImageResource(getKey(), encodedBytes, getOrientation());
H A DEncodedImageResource.java134 return new DecodedImageResource(getKey(), decodedBitmap, getOrientation());
H A DFileImageRequest.java79 mOrientation = ImageUtils.getOrientation(getInputStreamForResource());
/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/DevCamera/src/com/android/devcamera/
H A DCameraInterface.java40 int getOrientation(); method in interface:CameraInterface
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
H A DButtonBarLayout.java44 if (!mAllowStacking && getOrientation() == LinearLayout.VERTICAL) {
115 return getOrientation() == LinearLayout.VERTICAL;
/packages/apps/Camera2/src/com/android/camera/data/
H A DFilmstripItemBase.java130 public int getOrientation() { method in class:FilmstripItemBase
131 return mData.getOrientation();
139 return new MediaStoreSignature(mimeType, modTimeSeconds, data.getOrientation());
H A DPlaceholderItem.java149 public int getOrientation() { method in class:PlaceholderItem
150 return mItemData.getOrientation();
H A DFilmstripItem.java145 public int getOrientation(); method in interface:FilmstripItem
H A DSessionItem.java188 public int getOrientation() { method in class:SessionItem
189 return mData.getOrientation();
H A DPhotoItem.java104 mediaDetails.addDetail(MediaDetails.INDEX_ORIENTATION, mData.getOrientation());
238 int orientation = data.getOrientation();
260 data.getOrientation(), MAX_PEEK_BITMAP_PIXELS);
/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/Camera2/src/com/android/camera/hardware/
H A DHeadingSensor.java121 SensorManager.getOrientation(mRotationMatrix, orientation);
/packages/apps/Camera2/src/com/android/camera/ui/
H A DRotateLayout.java123 public int getOrientation() { method in class:RotateLayout
H A DTopRightWeightedLayout.java57 final boolean isHorizontal = LinearLayout.HORIZONTAL == 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.java111 final int orientation = getOrientation(thumbnailUri);
165 private int getOrientation(final Uri thumbnailUri) { method in class:ThumbnailLoadTask
174 return Exif.getOrientation(in, -1);

Completed in 524 milliseconds

12