Home
last modified time | relevance | path

Searched refs:UI_MODE_NIGHT_UNDEFINED (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
DUiModeManager.java99 public static final int MODE_NIGHT_AUTO = Configuration.UI_MODE_NIGHT_UNDEFINED >> 4;
/frameworks/base/core/java/android/content/res/
DConfiguration.java462 public static final int UI_MODE_NIGHT_UNDEFINED = 0x00; field in Configuration
733 case UI_MODE_NIGHT_UNDEFINED: sb.append(" ?night"); break; in toString()
907 if (delta.uiMode != (UI_MODE_TYPE_UNDEFINED|UI_MODE_NIGHT_UNDEFINED) in updateFrom()
914 if ((delta.uiMode&UI_MODE_NIGHT_MASK) != UI_MODE_NIGHT_UNDEFINED) { in updateFrom()
1041 if (delta.uiMode != (UI_MODE_TYPE_UNDEFINED|UI_MODE_NIGHT_UNDEFINED) in diff()
/frameworks/base/docs/html/sdk/api_diff/8/
DmissingSinces.txt450 NO DOC BLOCK: android.content.res.Configuration Field UI_MODE_NIGHT_UNDEFINED
/frameworks/base/api/
Dsystem-current.txt9463 field public static final int UI_MODE_NIGHT_UNDEFINED = 0; // 0x0
Dcurrent.txt9157 field public static final int UI_MODE_NIGHT_UNDEFINED = 0; // 0x0