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.java28 import static android.app.WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS;
93 assertEquals(WINDOW_CONFIG_APP_BOUNDS, in testDiff()
97 assertEquals(WINDOW_CONFIG_APP_BOUNDS | WINDOW_CONFIG_WINDOWING_MODE, in testDiff()
101 assertEquals(WINDOW_CONFIG_APP_BOUNDS | WINDOW_CONFIG_WINDOWING_MODE in testDiff()
/frameworks/base/core/java/android/app/
DWindowConfiguration.java173 public static final int WINDOW_CONFIG_APP_BOUNDS = 1 << 1; field in WindowConfiguration
199 WINDOW_CONFIG_APP_BOUNDS,
488 changed |= WINDOW_CONFIG_APP_BOUNDS; in updateFrom()
535 if ((mask & WINDOW_CONFIG_APP_BOUNDS) != 0) { in setTo()
583 changes |= WINDOW_CONFIG_APP_BOUNDS; in diff()
/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java104 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS; in setAppBounds()
1192 && ((mWindowSetMask & WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS) in toString()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowOrganizerController.java136 | WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt9643 Landroid/app/WindowConfiguration;->WINDOW_CONFIG_APP_BOUNDS:I