Searched refs:WINDOW_CONFIG_WINDOWING_MODE (Results 1 – 4 of 4) sorted by relevance
30 import static android.app.WindowConfiguration.WINDOW_CONFIG_WINDOWING_MODE;96 assertEquals(WINDOW_CONFIG_APP_BOUNDS | WINDOW_CONFIG_WINDOWING_MODE, in testDiff()100 assertEquals(WINDOW_CONFIG_APP_BOUNDS | WINDOW_CONFIG_WINDOWING_MODE in testDiff()230 final int justWindowingMode = WINDOW_CONFIG_WINDOWING_MODE; in testMaskedSetTo()
183 public static final int WINDOW_CONFIG_WINDOWING_MODE = 1 << 3; field in WindowConfiguration202 WINDOW_CONFIG_WINDOWING_MODE,507 changed |= WINDOW_CONFIG_WINDOWING_MODE; in updateFrom()546 if ((mask & WINDOW_CONFIG_WINDOWING_MODE) != 0) { in setTo()594 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()
9645 Landroid/app/WindowConfiguration;->WINDOW_CONFIG_WINDOWING_MODE:I