HomeSort by relevance Sort by last modified time
    Searched refs:getOrientation (Results 26 - 50 of 274) sorted by null

12 3 4 5 6 7 8 91011

  /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/Messaging/src/com/android/messaging/datamodel/media/
EncodedImageResource.java 134 return new DecodedImageResource(getKey(), decodedBitmap, getOrientation());
FileImageRequest.java 79 mOrientation = ImageUtils.getOrientation(getInputStreamForResource());
ImageRequest.java 150 mOrientation = ImageUtils.getOrientation(getInputStreamForResource());
232 loadedResource.getOrientation());
  /packages/apps/Camera2/src/com/android/camera/data/
PhotoItem.java 104 mediaDetails.addDetail(MediaDetails.INDEX_ORIENTATION, mData.getOrientation());
238 int orientation = data.getOrientation();
260 data.getOrientation(), MAX_PEEK_BITMAP_PIXELS);
FilmstripItemData.java 142 /* package */ int getOrientation() {
226 builder.mOrientation = data.getOrientation();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
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/mail/ui/
ThumbnailLoadTask.java 111 final int orientation = getOrientation(thumbnailUri);
165 private int getOrientation(final Uri thumbnailUri) {
174 return Exif.getOrientation(in, -1);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StatePanelTrack.java 81 if (getOrientation() == LinearLayout.HORIZONTAL) {
138 mAdapter.setOrientation(getOrientation());
241 if (getOrientation() == LinearLayout.VERTICAL) {
DragListener.java 38 if (mStatePanelTrack.getOrientation() == LinearLayout.VERTICAL) {
  /cts/hostsidetests/theme/
android_device.py 89 def getOrientation(self):
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
GridLayoutManagerActivity.java 57 return mLayoutManager.getOrientation() == LinearLayoutManager.HORIZONTAL;
  /device/asus/flo/camera/
QCameraParameters.h 241 int getOrientation() const;
  /device/lge/hammerhead/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;
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
TextLabelWidget.java 156 public TextOrientationType getOrientation() {
  /hardware/qcom/camera/
QCameraParameters.h 241 int getOrientation() const;
  /packages/apps/Camera2/src/com/android/camera/ui/
TopRightWeightedLayout.java 57 final boolean isHorizontal = LinearLayout.HORIZONTAL == getOrientation();
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpBitmapFetch.java 103 int orientation = Exif.getOrientation(imageBytes);
  /cts/tests/tests/widget/src/android/widget/cts/
TabWidgetTest.java 168 if (mockTabWidget.getOrientation() == LinearLayout.VERTICAL) {
171 } else if (mockTabWidget.getOrientation() == LinearLayout.HORIZONTAL) {
LinearLayoutTest.java 165 assertEquals(LinearLayout.HORIZONTAL, parent.getOrientation());
250 assertEquals(LinearLayout.HORIZONTAL, parent.getOrientation());
307 assertEquals(LinearLayout.VERTICAL, parent.getOrientation());
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
UriImage.java 102 mRotation = Exif.getOrientation(is);
124 mRotation = Exif.getOrientation(is);
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.h 121 int getOrientation(int orientation, bool mirror);

Completed in 1771 milliseconds

12 3 4 5 6 7 8 91011