Home
last modified time | relevance | path

Searched defs:isLandscape (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/util/
DOrientationUtil.java30 public static boolean isLandscape(Context context) { in isLandscape() method in OrientationUtil
/packages/apps/Camera2/src/com/android/camera/module/
DModuleController.java89 public void onLayoutOrientationChanged(boolean isLandscape); in onLayoutOrientationChanged()
/packages/apps/Camera/src/com/android/camera/
DMosaicPreviewRenderer.java189 public MosaicPreviewRenderer(SurfaceTexture tex, int w, int h, boolean isLandscape) { in MosaicPreviewRenderer()
/packages/apps/LegacyCamera/jni/
Dmosaic_renderer_jni.cpp506 void calculateUILayoutScaling(int width, int height, bool isLandscape) { in calculateUILayoutScaling()
/packages/apps/Camera2/src/com/android/camera/
DCaptureModule.java574 public void onLayoutOrientationChanged(boolean isLandscape) { in onLayoutOrientationChanged()
DVideoModule.java1785 public void onLayoutOrientationChanged(boolean isLandscape) { in onLayoutOrientationChanged()
/packages/apps/Camera/jni/
Dmosaic_renderer_jni.cpp542 void calculateUILayoutScaling(int width, int height, bool isLandscape) { in calculateUILayoutScaling()
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java80 boolean isLandscape; field in DeviceProfile
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java2445 public static boolean isLandscape(Context context) { in isLandscape() method in PhoneUtils