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/core/java/com/android/server/
UiModeManagerService.java
67
private int
mNightMode
= UiModeManager.MODE_NIGHT_NO;
161
if (
mNightMode
== UiModeManager.MODE_NIGHT_AUTO) {
203
mNightMode
= Settings.Secure.getInt(context.getContentResolver(),
287
if (
mNightMode
!= mode) {
290
mNightMode
= mode;
302
return
mNightMode
;
340
pw.print("
mNightMode
="); pw.print(
mNightMode
);
416
if (
mNightMode
== UiModeManager.MODE_NIGHT_AUTO) {
427
uiMode |=
mNightMode
<< 4
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
Configuration.java
157
private NightMode
mNightMode
= NightMode.NOTNIGHT;
254
copy.
mNightMode
= original.getNightMode();
317
return
mNightMode
;
513
mNightMode
= night;
797
mNightMode
= NightMode.getEnum(values[5]);
798
if (
mNightMode
== null) {
799
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 812 milliseconds