Searched refs:isDevicePortrait (Results 1 – 4 of 4) sorted by relevance
55 public static boolean isDevicePortrait(final Activity activity) { in isDevicePortrait() method in DisplayUtils
76 if (mSupportsRotation && (isRequestingPortrait != DisplayUtils.isDevicePortrait(this))) { in onDraw()
94 if (mSupportsRotation && (isRequestingPortrait != DisplayUtils.isDevicePortrait(this))) { in onDraw()
3341 boolean isDevicePortrait = widthPixels < heightPixels; in testCameraOrientationAlignedWithDevice()3375 + "align with screen's long dimension", isDevicePortrait, isCameraPortrait); in testCameraOrientationAlignedWithDevice()