Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
H A DFluidResizeTaskPositionerTest.kt122 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0)
148 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0)
170 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 &&
184 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 &&
272 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS)
302 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS)
332 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS)
362 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS)
392 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0)
418 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0)
[all …]
H A DVeiledResizeTaskPositionerTest.kt140 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 &&
181 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 &&
207 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 &&
223 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 &&
250 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 &&
257 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0)
283 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0)
362 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 &&
/aosp14/frameworks/base/core/java/android/app/
H A DWindowConfiguration.java170 public static final int WINDOW_CONFIG_BOUNDS = 1 << 0; field in WindowConfiguration
198 WINDOW_CONFIG_BOUNDS,
501 changed |= WINDOW_CONFIG_BOUNDS; in updateFrom()
549 if ((mask & WINDOW_CONFIG_BOUNDS) != 0) { in setTo()
593 changes |= WINDOW_CONFIG_BOUNDS; in diff()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowConfigurationTests.java29 import static android.app.WindowConfiguration.WINDOW_CONFIG_BOUNDS;
261 final int justBoundsAndRotation = WINDOW_CONFIG_BOUNDS | WINDOW_CONFIG_ROTATION; in testMaskedSetTo()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
H A DDesktopModeControllerTest.java22 import static android.app.WindowConfiguration.WINDOW_CONFIG_BOUNDS;
527 assertThat((change.getWindowSetMask() & WINDOW_CONFIG_BOUNDS) != 0).isTrue(); in assertThatBoundsCleared()
/aosp14/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java99 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_BOUNDS; in setBounds()
337 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_BOUNDS; in setRelativeBounds()
1216 && ((mWindowSetMask & WindowConfiguration.WINDOW_CONFIG_BOUNDS) in toString()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowOrganizerController.java22 import static android.app.WindowConfiguration.WINDOW_CONFIG_BOUNDS;
141 static final int CONTROLLABLE_WINDOW_CONFIGS = WINDOW_CONFIG_BOUNDS
1928 || windowSetMask != WindowConfiguration.WINDOW_CONFIG_BOUNDS) { in enforceTaskFragmentConfigChangeAllowed()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9644 Landroid/app/WindowConfiguration;->WINDOW_CONFIG_BOUNDS:I