OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNightMode
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/java/com/android/server/
UiModeManagerService.java
69
private int
mNightMode
= UiModeManager.MODE_NIGHT_NO;
178
mNightMode
= Settings.Secure.getInt(mContext.getContentResolver(),
240
if (isDoingNightModeLocked() &&
mNightMode
!= mode) {
243
mNightMode
= mode;
255
return
mNightMode
;
309
if (
mNightMode
== UiModeManager.MODE_NIGHT_AUTO) {
314
uiMode |=
mNightMode
<< 4;
325
+ ";
mNightMode
=" +
mNightMode
568
if (isDoingNightModeLocked() &&
mNightMode
== UiModeManager.MODE_NIGHT_AUTO)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
Configuration.java
154
private NightMode
mNightMode
= NightMode.NOTNIGHT;
251
copy.
mNightMode
= original.getNightMode();
314
return
mNightMode
;
510
mNightMode
= night;
768
mNightMode
= NightMode.getEnum(values[5]);
769
if (
mNightMode
== null) {
770
mNightMode
= NightMode.NOTNIGHT;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java
[
all
...]
Completed in 99 milliseconds