Searched refs:PORTRAIT (Results 1 – 7 of 7) sorted by relevance
183 } 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()
27 Orientation.PORTRAIT33 int PORTRAIT = 2; field
34 Orientation.PORTRAIT : Orientation.LANDSCAPE; in put()
44 private static final int PORTRAIT = 2; field in PhotoCarousel189 int orientation = (width > height ? LANDSCAPE : PORTRAIT); in changePhoto()282 mOrientation = (mWidth > mHeight ? LANDSCAPE : PORTRAIT); in onLayout()
10 PORTRAIT(Configuration.ORIENTATION_PORTRAIT), enumConstant
100 return mIsDefaultToPortrait ? DeviceNaturalOrientation.PORTRAIT : in getDeviceNaturalOrientation()
53 …ionManager.getDeviceNaturalOrientation() == OrientationManager.DeviceNaturalOrientation.PORTRAIT) { in toTransformMatrix()