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

1 2 3 4 5 6 7 8

  /packages/apps/Camera2/src/com/android/camera/
Exif.java 38 public static int getOrientation(ExifInterface exif) {
47 public static int getOrientation(byte[] jpegData) {
51 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();
  /frameworks/support/v4/java/android/support/v4/print/
PrintHelper.java 103 public int getOrientation();
137 public int getOrientation() { return mOrientation; }
189 public int getOrientation() {
190 return mPrintHelper.getOrientation();
300 public int getOrientation() {
301 return mImpl.getOrientation();
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
LinearLayoutManagerActivity.java 39 mDividerItemDecoration = new DividerItemDecoration(this, mLayoutManager.getOrientation());
49 return mLayoutManager.getOrientation() == LinearLayoutManager.HORIZONTAL;
57 mDividerItemDecoration.setOrientation(mLayoutManager.getOrientation());
GridLayoutManagerActivity.java 56 return mLayoutManager.getOrientation() == LinearLayoutManager.HORIZONTAL;
  /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) {
  /frameworks/opt/bitmap/src/com/android/bitmap/util/
Exif.java 39 public static int getOrientation(final InputStream inputStream, final long byteSize) {
213 public static int getOrientation(final byte[] jpeg) {
214 return getOrientation(new ByteArrayInputStream(jpeg), jpeg.length);
  /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);
  /external/skia/include/core/
SkDeviceProperties.h 39 Orientation 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) {
  /frameworks/native/services/surfaceflinger/
Transform.h 66 uint32_t getOrientation() const;
  /frameworks/opt/bitmap/src/com/android/bitmap/
ReusableBitmap.java 65 public int getOrientation() {
  /packages/apps/Camera2/src/com/android/camera/ui/
RotateLayout.java 123 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 111 final int orientation = getOrientation(thumbnailUri);
165 private int getOrientation(final Uri thumbnailUri) {
174 return Exif.getOrientation(in, -1);
  /device/asus/flo/camera/
QCameraParameters.h 241 int getOrientation() const;
  /device/lge/hammerhead/camera/
QCameraParameters.h 241 int getOrientation() const;
  /device/lge/mako/camera/
QCameraParameters.h 241 int getOrientation() const;
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraParameters.h 238 int getOrientation() const;
  /device/moto/shamu/camera/
QCameraParameters.h 241 int getOrientation() const;

Completed in 1115 milliseconds

1 2 3 4 5 6 7 8