Home
last modified time | relevance | path

Searched refs:WINDOW_CONFIG_BOUNDS (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DWindowConfiguration.java178 public static final int WINDOW_CONFIG_BOUNDS = 1 << 0; field in WindowConfiguration
200 WINDOW_CONFIG_BOUNDS,
420 changed |= WINDOW_CONFIG_BOUNDS; in updateFrom()
459 if ((mask & WINDOW_CONFIG_BOUNDS) != 0) { in setTo()
497 changes |= WINDOW_CONFIG_BOUNDS; in diff()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowConfigurationTests.java29 import static android.app.WindowConfiguration.WINDOW_CONFIG_BOUNDS;
243 final int justBoundsAndRotation = WINDOW_CONFIG_BOUNDS | WINDOW_CONFIG_ROTATION; in testMaskedSetTo()
/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java74 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_BOUNDS; in setBounds()
482 && ((mWindowSetMask & WindowConfiguration.WINDOW_CONFIG_BOUNDS) in toString()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowOrganizerController.java76 static final int CONTROLLABLE_WINDOW_CONFIGS = WindowConfiguration.WINDOW_CONFIG_BOUNDS
380 && ((windowMask & WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0)) { in resizePinnedStackIfNeeded()