HomeSort by relevance Sort by last modified time
    Searched refs:getOrientation (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /packages/apps/Camera2/src/com/android/camera/
Exif.java 39 public static int getOrientation(ExifInterface exif) {
48 public static int getOrientation(byte[] jpegData) {
52 return getOrientation(exif);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
Exif.java 32 public static int getOrientation(InputStream is) {
69 public static int getOrientation(ExifInterface exif) {
79 * See {@link #getOrientation(byte[])}, but using the picture bytes instead.
81 public static int getOrientation(byte[] jpegData) {
86 return getOrientation(exif);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
SelfOrientingSashForm.java 80 public int getOrientation() {
81 int currentOrientation = super.getOrientation();
129 oldOrientation = super.getOrientation();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
PanelTrack.java 25 public int getOrientation();
StatePanelTrack.java 81 if (getOrientation() == LinearLayout.HORIZONTAL) {
138 mAdapter.setOrientation(getOrientation());
241 if (getOrientation() == LinearLayout.VERTICAL) {
DragListener.java 38 if (mStatePanelTrack.getOrientation() == LinearLayout.VERTICAL) {
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
Exif.java 34 public static int getOrientation(final InputStream inputStream, final long byteSize) {
208 public static int getOrientation(final byte[] jpeg) {
209 return getOrientation(new ByteArrayInputStream(jpeg), jpeg.length);
  /packages/apps/Camera2/src/com/android/camera/data/
InProgressDataWrapper.java 140 public int getOrientation() {
141 return mLocalData.getOrientation();
SimpleViewData.java 78 public int getOrientation() {
  /packages/apps/Camera/src/com/android/camera/
Exif.java 33 public static int getOrientation(byte[] jpeg) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
IconView.java 82 if (getOrientation() == VERTICAL) {
126 public int getOrientation() {
184 if (getOrientation() == VERTICAL && isHalfImage()) {
233 if (getOrientation() == VERTICAL && isHalfImage()) {
CategoryView.java 93 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/
ReusableBitmap.java 65 public int getOrientation() {
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
LinearLayoutICS.java 74 if (getOrientation() == VERTICAL) {
92 if (getOrientation() == VERTICAL) {
  /external/chromium_org/third_party/skia/include/core/
SkDeviceProperties.h 48 Orientation getOrientation() {
  /external/skia/include/core/
SkDeviceProperties.h 48 Orientation getOrientation() {
  /frameworks/native/services/surfaceflinger/
Transform.h 66 uint32_t getOrientation() const;
  /packages/apps/Camera2/src/com/android/camera/ui/
RotateLayout.java 121 public int getOrientation() {
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
EllipsizeLayout.java 63 if (getOrientation() == HORIZONTAL
  /packages/apps/LegacyCamera/src/com/android/camera/
Exif.java 24 public static int getOrientation(byte[] jpeg) {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ThumbnailLoadTask.java 108 final int orientation = getOrientation(thumbnailUri);
161 private int getOrientation(final Uri thumbnailUri) {
170 return Exif.getOrientation(in, -1);
  /device/asus/flo/camera/
QCameraParameters.h 241 int getOrientation() const;
  /device/lge/mako/camera/
QCameraParameters.h 241 int getOrientation() const;
  /hardware/qcom/camera/
QCameraParameters.h 241 int getOrientation() const;
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpBitmapFetch.java 97 return new BitmapWithMetadata(created, Exif.getOrientation(imageBytes));

Completed in 899 milliseconds

1 2 3 4 5