Searched refs:WINDOW_CONFIG_WINDOWING_MODE (Results 1 – 3 of 3) sorted by relevance
31 import static android.app.WindowConfiguration.WINDOW_CONFIG_WINDOWING_MODE;93 assertEquals(WINDOW_CONFIG_APP_BOUNDS | WINDOW_CONFIG_WINDOWING_MODE, in testDiff()97 assertEquals(WINDOW_CONFIG_APP_BOUNDS | WINDOW_CONFIG_WINDOWING_MODE in testDiff()250 final int justWindowingMode = WINDOW_CONFIG_WINDOWING_MODE; in testMaskedSetTo()
184 public static final int WINDOW_CONFIG_WINDOWING_MODE = 1 << 2; field in WindowConfiguration202 WINDOW_CONFIG_WINDOWING_MODE,429 changed |= WINDOW_CONFIG_WINDOWING_MODE; in updateFrom()465 if ((mask & WINDOW_CONFIG_WINDOWING_MODE) != 0) { in setTo()509 changes |= WINDOW_CONFIG_WINDOWING_MODE; in diff()
22 import static android.app.WindowConfiguration.WINDOW_CONFIG_WINDOWING_MODE;136 config.setTo(other, justOrientationAndWindowConfig, WINDOW_CONFIG_WINDOWING_MODE); in testMaskedSet()