Searched refs:mUiMode (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DConfigurationControllerImpl.java41 private int mUiMode; field in class:ConfigurationControllerImpl
50 mUiMode = currentConfig.uiMode & Configuration.UI_MODE_NIGHT_MASK;
68 || (mInCarMode && uiMode != mUiMode)) {
76 mUiMode = uiMode;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DExtensionControllerImpl.java284 private int mUiMode; field in class:ExtensionControllerImpl.ExtensionImpl.UiModeItem
290 mUiMode = mDefaultContext.getResources().getConfiguration().uiMode
298 if (newMode != mUiMode) {
299 mUiMode = newMode;
307 return (mUiMode == mDesiredUiMode) ? mSupplier.get() : null;
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java528 int mUiMode; field in class:PhoneWindowManager
1918 mUiMode = context.getResources().getInteger(
6558 mUiMode = uiModeService.getCurrentModeType();
7036 outInsets.bottom = getNavigationBarHeight(displayRotation, mUiMode);
7038 outInsets.right = getNavigationBarWidth(displayRotation, mUiMode);
7040 outInsets.left = getNavigationBarWidth(displayRotation, mUiMode);
7601 mUiMode = mUiModeManager.getCurrentModeType();
7643 if (mUiMode == Configuration.UI_MODE_TYPE_CAR) {
7647 } else if (mUiMode == Configuration.UI_MODE_TYPE_DESK) {
7651 } else if (mUiMode
[all...]

Completed in 180 milliseconds