Searched defs:isLandscape (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/util/
H A DOrientationUtil.java30 public static boolean isLandscape(Context context) { method in class:OrientationUtil
/packages/apps/Camera2/src/com/android/camera/module/
H A DModuleController.java80 * @param isLandscape Whether the new orientation is landscape or portrait.
82 public void onLayoutOrientationChanged(boolean isLandscape); argument
/packages/apps/Camera2/src/com/android/camera/util/
H A DAspectRatio.java117 if (isLandscape()) {
198 private boolean isLandscape() { method in class:AspectRatio
H A DSize.java104 if (isLandscape()) {
218 private boolean isLandscape() { method in class:Size
/packages/apps/Camera/src/com/android/camera/
H A DMosaicPreviewRenderer.java189 public MosaicPreviewRenderer(SurfaceTexture tex, int w, int h, boolean isLandscape) { argument
193 mIsLandscape = isLandscape;
/packages/apps/Camera2/src/com/android/camera/captureintent/
H A DCaptureIntentModule.java173 public void onLayoutOrientationChanged(boolean isLandscape) { argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java47 public final boolean isLandscape; field in class:DeviceProfile
103 int width, int height, boolean isLandscape) {
106 this.isLandscape = isLandscape;
153 if (isLandscape) {
256 if (isLandscape && transposeLayoutWithOrientation) {
290 if (isLandscape && transposeLayoutWithOrientation) {
326 if ((isLandscape && transposeLayoutWithOrientation) || isLargeTablet) {
374 return isLandscape && transposeLayoutWithOrientation;
518 return isLandscape
101 DeviceProfile(Context context, InvariantDeviceProfile inv, Point minSize, Point maxSize, int width, int height, boolean isLandscape) argument
[all...]
/packages/apps/LegacyCamera/jni/
H A Dmosaic_renderer_jni.cpp506 void calculateUILayoutScaling(int width, int height, bool isLandscape) { argument
507 if (isLandscape) {
/packages/apps/Camera/jni/
H A Dmosaic_renderer_jni.cpp539 // isLandscape: whether the device is in landscape or portrait. Android
542 void calculateUILayoutScaling(int width, int height, bool isLandscape) { argument
543 if (isLandscape) {
/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModule.java751 public void onLayoutOrientationChanged(boolean isLandscape) { argument
H A DPhotoModule.java1590 public void onLayoutOrientationChanged(boolean isLandscape) { argument
H A DVideoModule.java1821 public void onLayoutOrientationChanged(boolean isLandscape) { argument
/packages/services/Telephony/src/com/android/phone/
H A DPhoneUtils.java2451 public static boolean isLandscape(Context context) { method in class:PhoneUtils

Completed in 463 milliseconds