Searched refs:CONFIG_UI_MODE (Results 1 – 13 of 13) sorted by relevance
30 | ActivityInfo.CONFIG_UI_MODE | ActivityInfo.CONFIG_SCREEN_LAYOUT in InterestingConfigChanges()
62 | ActivityInfo.CONFIG_ASSETS_PATHS | ActivityInfo.CONFIG_UI_MODE);
681 CONFIG_UI_MODE,753 public static final int CONFIG_UI_MODE = 0x0200; field in ActivityInfo
58 | ActivityInfo.CONFIG_UI_MODE);
210 | ActivityInfo.CONFIG_LOCALE | ActivityInfo.CONFIG_UI_MODE in AssistManager()
447 if ((diff & ActivityInfo.CONFIG_UI_MODE) != 0) { in configurationDiffToString()1538 changed |= ActivityInfo.CONFIG_UI_MODE; in updateFrom()1715 changed |= ActivityInfo.CONFIG_UI_MODE; in diff()
563 | ActivityInfo.CONFIG_UI_MODE | ActivityInfo.CONFIG_DENSITY
1232 CONFIG_UI_MODE = ACONFIGURATION_UI_MODE, enumerator
54 import static android.content.pm.ActivityInfo.CONFIG_UI_MODE;3366 configChanged |= CONFIG_UI_MODE; in shouldRelaunchLocked()3378 return changes == CONFIG_UI_MODE && (isInVrUiMode(currentConfig) in onlyVrUiModeChanged()
2095 if (uiMode != o.uiMode) diffs |= CONFIG_UI_MODE; in diff()
8296 field public static final int CONFIG_UI_MODE = 512; // 0x200
11001 field public static final int CONFIG_UI_MODE = 512; // 0x200