Home
last modified time | relevance | path

Searched refs:WINDOW_CONFIG_APP_BOUNDS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DWindowConfiguration.java132 public static final int WINDOW_CONFIG_APP_BOUNDS = 1 << 1; field in WindowConfiguration
143 WINDOW_CONFIG_APP_BOUNDS,
316 changed |= WINDOW_CONFIG_APP_BOUNDS; in updateFrom()
354 changes |= WINDOW_CONFIG_APP_BOUNDS; in diff()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowConfigurationTests.java34 import static android.app.WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS;
77 assertEquals(WINDOW_CONFIG_APP_BOUNDS, in testDiff()
81 assertEquals(WINDOW_CONFIG_APP_BOUNDS | WINDOW_CONFIG_WINDOWING_MODE, in testDiff()