Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowConfigurationTests.java26 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()
/frameworks/base/core/java/android/app/
DWindowConfiguration.java171 public static final int WINDOW_CONFIG_APP_BOUNDS = 1 << 1; field in WindowConfiguration
191 WINDOW_CONFIG_APP_BOUNDS,
409 changed |= WINDOW_CONFIG_APP_BOUNDS; in updateFrom()
461 changes |= WINDOW_CONFIG_APP_BOUNDS; in diff()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt9724 Landroid/app/WindowConfiguration;->WINDOW_CONFIG_APP_BOUNDS:I