Searched refs:CONFIG_WINDOW_CONFIGURATION (Results 1 – 10 of 10) sorted by relevance
25 import static android.content.pm.ActivityInfo.CONFIG_WINDOW_CONFIGURATION;135 final int justOrientationAndWindowConfig = CONFIG_ORIENTATION | CONFIG_WINDOW_CONFIGURATION; in testMaskedSet()145 CONFIG_SMALLEST_SCREEN_SIZE | CONFIG_WINDOW_CONFIGURATION; in testMaskedSet()
33 import static android.content.pm.ActivityInfo.CONFIG_WINDOW_CONFIGURATION;91 assertEquals(CONFIG_WINDOW_CONFIGURATION, config1.diff(config2)); in testDiff()116 assertEquals(CONFIG_WINDOW_CONFIGURATION, config1.diff(config5)); in testDiff()
88 chg.mConfigSetMask |= ActivityInfo.CONFIG_WINDOW_CONFIGURATION; in setBounds()103 chg.mConfigSetMask |= ActivityInfo.CONFIG_WINDOW_CONFIGURATION; in setAppBounds()1187 (mConfigSetMask & ActivityInfo.CONFIG_WINDOW_CONFIGURATION) != 0 in toString()1191 (mConfigSetMask & ActivityInfo.CONFIG_WINDOW_CONFIGURATION) != 0 in toString()
487 if ((diff & ActivityInfo.CONFIG_WINDOW_CONFIGURATION) != 0) { in configurationDiffToString()1707 changed |= ActivityInfo.CONFIG_WINDOW_CONFIGURATION; in updateFrom()1791 if ((mask & ActivityInfo.CONFIG_WINDOW_CONFIGURATION) != 0) { in setTo()1925 changed |= ActivityInfo.CONFIG_WINDOW_CONFIGURATION; in diff()
132 static final int CONTROLLABLE_CONFIGS = ActivityInfo.CONFIG_WINDOW_CONFIGURATION1682 final int winCfgChanges = (cfgChanges & ActivityInfo.CONFIG_WINDOW_CONFIGURATION) != 0 in configurationsAreEqualForOrganizer()1686 cfgChanges &= ~ActivityInfo.CONFIG_WINDOW_CONFIGURATION; in configurationsAreEqualForOrganizer()
63 import static android.content.pm.ActivityInfo.CONFIG_WINDOW_CONFIGURATION;6492 int freezableConfigChanges = configChanges & ~(CONFIG_WINDOW_CONFIGURATION); in startFreezingScreenLocked()9041 final int orientationChanges = CONFIG_WINDOW_CONFIGURATION9575 if ((changes & CONFIG_WINDOW_CONFIGURATION) != 0) {9576 changes &= ~CONFIG_WINDOW_CONFIGURATION;
587 ActivityInfo.CONFIG_WINDOW_CONFIGURATION, change); in updateRotationUnchecked()
924 public static final int CONFIG_WINDOW_CONFIGURATION = 0x20000000; field in ActivityInfo
2641 ActivityInfo.CONFIG_WINDOW_CONFIGURATION, 1); in createConfigurationContext()2677 ActivityInfo.CONFIG_WINDOW_CONFIGURATION, 1); in createDisplayContext()
10918 Landroid/content/pm/ActivityInfo;->CONFIG_WINDOW_CONFIGURATION:I