Searched refs:WINDOW_CONFIG_APP_BOUNDS (Results 1 – 3 of 3) sorted by relevance
26 import static android.app.WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS;83 assertEquals(WINDOW_CONFIG_APP_BOUNDS, in testDiff()87 assertEquals(WINDOW_CONFIG_APP_BOUNDS | WINDOW_CONFIG_WINDOWING_MODE, in testDiff()91 assertEquals(WINDOW_CONFIG_APP_BOUNDS | WINDOW_CONFIG_WINDOWING_MODE in testDiff()
171 public static final int WINDOW_CONFIG_APP_BOUNDS = 1 << 1; field in WindowConfiguration191 WINDOW_CONFIG_APP_BOUNDS,409 changed |= WINDOW_CONFIG_APP_BOUNDS; in updateFrom()461 changes |= WINDOW_CONFIG_APP_BOUNDS; in diff()
9724 Landroid/app/WindowConfiguration;->WINDOW_CONFIG_APP_BOUNDS:I