Searched refs:WINDOW_CONFIG_APP_BOUNDS (Results 1 – 5 of 5) sorted by relevance
26 import static android.app.WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS;92 assertEquals(WINDOW_CONFIG_APP_BOUNDS, in testDiff()96 assertEquals(WINDOW_CONFIG_APP_BOUNDS | WINDOW_CONFIG_WINDOWING_MODE, in testDiff()100 assertEquals(WINDOW_CONFIG_APP_BOUNDS | WINDOW_CONFIG_WINDOWING_MODE in testDiff()
177 public static final int WINDOW_CONFIG_APP_BOUNDS = 1 << 1; field in WindowConfiguration200 WINDOW_CONFIG_APP_BOUNDS,498 changed |= WINDOW_CONFIG_APP_BOUNDS; in updateFrom()540 if ((mask & WINDOW_CONFIG_APP_BOUNDS) != 0) { in setTo()585 changes |= WINDOW_CONFIG_APP_BOUNDS; in diff()
127 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS; in setAppBounds()1294 && ((mWindowSetMask & WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS) in toString()
163 | WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS;
9643 Landroid/app/WindowConfiguration;->WINDOW_CONFIG_APP_BOUNDS:I