HomeSort by relevance Sort by last modified time
    Searched defs:mUiMode (Results 1 - 12 of 12) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ConfigurationControllerImpl.java 41 private int mUiMode;
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/
ExtensionControllerImpl.java 284 private int mUiMode;
290 mUiMode = mDefaultContext.getResources().getConfiguration().uiMode
298 if (newMode != mUiMode) {
299 mUiMode = newMode;
307 return (mUiMode == mDesiredUiMode) ? mSupplier.get() : null;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
Configuration.java 153 private UiMode mUiMode = UiMode.NORMAL;
253 copy.mUiMode = original.getUiMode();
307 return mUiMode;
529 mUiMode = uiMode;
793 mUiMode = UiMode.getEnum(values[4]);
794 if (mUiMode == null) {
795 mUiMode = UiMode.NORMAL;
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java 574 int mUiMode;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 699 milliseconds