Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowConfigurationTests.java26 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()
/frameworks/base/core/java/android/app/
DWindowConfiguration.java177 public static final int WINDOW_CONFIG_APP_BOUNDS = 1 << 1; field in WindowConfiguration
200 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()
/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java127 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS; in setAppBounds()
1294 && ((mWindowSetMask & WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS) in toString()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowOrganizerController.java163 | WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt9643 Landroid/app/WindowConfiguration;->WINDOW_CONFIG_APP_BOUNDS:I