Searched refs:WINDOW_CONFIG_WINDOWING_MODE (Results 1 – 4 of 4) sorted by relevance
32 import static android.app.WindowConfiguration.WINDOW_CONFIG_WINDOWING_MODE;97 assertEquals(WINDOW_CONFIG_APP_BOUNDS | WINDOW_CONFIG_WINDOWING_MODE, in testDiff()101 assertEquals(WINDOW_CONFIG_APP_BOUNDS | WINDOW_CONFIG_WINDOWING_MODE in testDiff()268 final int justWindowingMode = WINDOW_CONFIG_WINDOWING_MODE; in testMaskedSetTo()
186 public static final int WINDOW_CONFIG_WINDOWING_MODE = 1 << 3; field in WindowConfiguration205 WINDOW_CONFIG_WINDOWING_MODE,466 changed |= WINDOW_CONFIG_WINDOWING_MODE; in updateFrom()505 if ((mask & WINDOW_CONFIG_WINDOWING_MODE) != 0) { in setTo()553 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()
9717 Landroid/app/WindowConfiguration;->WINDOW_CONFIG_WINDOWING_MODE:I