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

1 2 3 4 5 6 7 8 91011>>

  /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/Camera2/src/com/android/camera/captureintent/event/
EventPictureCompressed.java 34 public int getOrientation() {
  /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);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
ImageResource.java 60 public int getOrientation() {
DecodedImageResource.java 103 public int getOrientation() {
140 return OrientedBitmapDrawable.create(getOrientation(), resources, mBitmap);
218 return new EncodedImageResource(getKey(), encodedBytes, getOrientation());
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
LinearLayoutManagerActivity.java 43 mDividerItemDecoration = new DividerItemDecoration(this, mLayoutManager.getOrientation());
54 return mLayoutManager.getOrientation() == LinearLayoutManager.HORIZONTAL;
62 mDividerItemDecoration.setOrientation(mLayoutManager.getOrientation());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
ThumbnailData.java 39 out.orientation = snapshot.getOrientation();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
PanelTrack.java 25 public int getOrientation();
  /packages/apps/Settings/tests/robotests/src/com/android/settings/graph/
BottomLabelLayoutTest.java 59 assertThat(mBottomLabelLayout.getOrientation()).isEqualTo(LinearLayout.VERTICAL);
67 assertThat(mBottomLabelLayout.getOrientation()).isEqualTo(LinearLayout.HORIZONTAL);
  /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);
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TaskStackTests.java 78 assertEquals(SCREEN_ORIENTATION_PORTRAIT, stack.getOrientation());
80 assertEquals(SCREEN_ORIENTATION_LANDSCAPE, stack.getOrientation());
98 assertEquals(SCREEN_ORIENTATION_PORTRAIT, stack.getOrientation());
100 assertEquals(SCREEN_ORIENTATION_LANDSCAPE, stack.getOrientation());
WindowContainerTests.java 425 assertEquals(expectedOrientation, root.getOrientation());
433 assertEquals(SCREEN_ORIENTATION_UNSPECIFIED, root.getOrientation());
447 assertEquals(SCREEN_ORIENTATION_LANDSCAPE, invisibleChild1VisibleAndSet.getOrientation());
450 assertEquals(SCREEN_ORIENTATION_LANDSCAPE, invisible.getOrientation());
452 assertEquals(SCREEN_ORIENTATION_LANDSCAPE, root.getOrientation());
457 assertEquals(SCREEN_ORIENTATION_UNSET, visibleUnset.getOrientation());
458 assertEquals(SCREEN_ORIENTATION_LANDSCAPE, root.getOrientation());
478 visibleUnsetChild1VisibleSetBehind.getOrientation());
479 assertEquals(SCREEN_ORIENTATION_BEHIND, visibleUnset.getOrientation());
480 assertEquals(SCREEN_ORIENTATION_BEHIND, root.getOrientation());
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ItemAlignment.java 74 final public int getOrientation() {
  /packages/apps/DevCamera/src/com/android/devcamera/
CameraInterface.java 40 int getOrientation();
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
NoIdTest.java 43 assertEquals(LinearLayout.VERTICAL, linearLayout.getOrientation());
46 assertEquals(LinearLayout.HORIZONTAL, linearLayout.getOrientation());
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
ButtonBarLayout.java 44 if (!mAllowStacking && getOrientation() == LinearLayout.VERTICAL) {
115 return getOrientation() == LinearLayout.VERTICAL;
  /packages/apps/Camera2/src/com/android/camera/data/
FilmstripItemBase.java 130 public int getOrientation() {
131 return mData.getOrientation();
139 return new MediaStoreSignature(mimeType, modTimeSeconds, data.getOrientation());
PlaceholderItem.java 149 public int getOrientation() {
150 return mItemData.getOrientation();
FilmstripItem.java 145 public int getOrientation();
SessionItem.java 188 public int getOrientation() {
189 return mData.getOrientation();
  /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()) {
  /packages/apps/Settings/src/com/android/settings/graph/
BottomLabelLayout.java 95 return getOrientation() == LinearLayout.VERTICAL;
  /frameworks/base/core/java/com/android/internal/widget/
ButtonBarLayout.java 61 if (!mAllowStacking && getOrientation() == LinearLayout.VERTICAL) {
170 return getOrientation() == LinearLayout.VERTICAL;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ButtonBarLayout.java 64 if (!mAllowStacking && getOrientation() == LinearLayout.VERTICAL) {
176 return getOrientation() == LinearLayout.VERTICAL;

Completed in 567 milliseconds

1 2 3 4 5 6 7 8 91011>>