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

/packages/apps/Dialer/java/com/android/dialer/util/
H A DOrientationUtil.java26 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/Dialer/java/com/android/incallui/answer/impl/
H A DAnswerVideoCallScreen.java123 if (isLandscape()) {
134 private boolean isLandscape() { method in class:AnswerVideoCallScreen
/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/Camera2/src/com/android/camera/captureintent/
H A DCaptureIntentModule.java173 public void onLayoutOrientationChanged(boolean isLandscape) { argument
/packages/apps/DeskClock/src/com/android/deskclock/
H A DUtils.java534 public static boolean isLandscape(Context context) { method in class:Utils
/packages/apps/LegacyCamera/jni/
H A Dmosaic_renderer_jni.cpp506 void calculateUILayoutScaling(int width, int height, bool isLandscape) { argument
507 if (isLandscape) {
/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModule.java751 public void onLayoutOrientationChanged(boolean isLandscape) { argument
H A DPhotoModule.java1594 public void onLayoutOrientationChanged(boolean isLandscape) { argument
H A DVideoModule.java1819 public void onLayoutOrientationChanged(boolean isLandscape) { argument
/packages/apps/Dialer/java/com/android/incallui/video/impl/
H A DSurfaceViewVideoCallFragment.java451 if (isLandscape()) {
459 if (isLandscape()) {
471 if (isLandscape()) {
483 if (isLandscape()) {
925 private boolean isLandscape() { method in class:SurfaceViewVideoCallFragment
H A DVideoCallFragment.java208 isLandscape() ? R.layout.frag_videocall_land : R.layout.frag_videocall,
489 if (isLandscape()) {
497 if (isLandscape()) {
509 if (isLandscape()) {
521 if (isLandscape()) {
978 if (isLandscape()) {
1020 private boolean isLandscape() { method in class:VideoCallFragment
1053 if (isLandscape()) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java54 public final boolean isLandscape; field in class:DeviceProfile
155 int width, int height, boolean isLandscape) {
158 this.isLandscape = isLandscape;
237 if (isLandscape) {
278 isLandscape);
589 return isLandscape && transposeLayoutWithOrientation;
728 return isLandscape
734 return isLandscape
153 DeviceProfile(Context context, InvariantDeviceProfile inv, Point minSize, Point maxSize, int width, int height, boolean isLandscape) argument
/packages/services/Telephony/src/com/android/phone/
H A DPhoneUtils.java2388 public static boolean isLandscape(Context context) { method in class:PhoneUtils

Completed in 370 milliseconds