Home
last modified time | relevance | path

Searched refs:PORTRAIT (Results 1 – 7 of 7) sorted by relevance

/packages/apps/UniversalMediaPlayer/java/com/android/pump/fragment/
DOtherFragment.java183 } else if (orientation == Orientation.PORTRAIT) { in recalculateSpans()
191 } else if (orientation == Orientation.PORTRAIT) { in recalculateSpans()
197 } else if (orientation == Orientation.PORTRAIT && in recalculateSpans()
198 getOrientation(current + 2) == Orientation.PORTRAIT) { in recalculateSpans()
/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/
DOrientation.java27 Orientation.PORTRAIT
33 int PORTRAIT = 2; field
DOrientationCache.java34 Orientation.PORTRAIT : Orientation.LANDSCAPE; in put()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoCarousel.java44 private static final int PORTRAIT = 2; field in PhotoCarousel
189 int orientation = (width > height ? LANDSCAPE : PORTRAIT); in changePhoto()
282 mOrientation = (mWidth > mHeight ? LANDSCAPE : PORTRAIT); in onLayout()
/packages/apps/Camera2/src/com/android/camera/app/
DOrientationManager.java10 PORTRAIT(Configuration.ORIENTATION_PORTRAIT), enumConstant
DOrientationManagerImpl.java100 return mIsDefaultToPortrait ? DeviceNaturalOrientation.PORTRAIT : in getDeviceNaturalOrientation()
/packages/apps/Camera2/src/com/android/camera/captureintent/
DPreviewTransformCalculator.java53 …ionManager.getDeviceNaturalOrientation() == OrientationManager.DeviceNaturalOrientation.PORTRAIT) { in toTransformMatrix()