Searched refs:WINDOW_CONFIG_APP_BOUNDS (Results 1 – 5 of 5) sorted by relevance
28 import static android.app.WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS;93 assertEquals(WINDOW_CONFIG_APP_BOUNDS, in testDiff()97 assertEquals(WINDOW_CONFIG_APP_BOUNDS | WINDOW_CONFIG_WINDOWING_MODE, in testDiff()101 assertEquals(WINDOW_CONFIG_APP_BOUNDS | WINDOW_CONFIG_WINDOWING_MODE in testDiff()
173 public static final int WINDOW_CONFIG_APP_BOUNDS = 1 << 1; field in WindowConfiguration199 WINDOW_CONFIG_APP_BOUNDS,488 changed |= WINDOW_CONFIG_APP_BOUNDS; in updateFrom()535 if ((mask & WINDOW_CONFIG_APP_BOUNDS) != 0) { in setTo()583 changes |= WINDOW_CONFIG_APP_BOUNDS; in diff()
104 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS; in setAppBounds()1192 && ((mWindowSetMask & WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS) in toString()
136 | WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS;
9643 Landroid/app/WindowConfiguration;->WINDOW_CONFIG_APP_BOUNDS:I