Home
last modified time | relevance | path

Searched refs:windowSetMask (Results 1 – 3 of 3) 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/services/core/java/com/android/server/wm/
H A DWindowOrganizerController.java1920 final int windowSetMask = change.getWindowSetMask(); in enforceTaskFragmentConfigChangeAllowed() local
1921 if (changeMask == 0 && configSetMask == 0 && windowSetMask == 0 in enforceTaskFragmentConfigChangeAllowed()
1928 || windowSetMask != WindowConfiguration.WINDOW_CONFIG_BOUNDS) { in enforceTaskFragmentConfigChangeAllowed()
1938 + " configSetMask=" + configSetMask + " windowSetMask=" + windowSetMask in enforceTaskFragmentConfigChangeAllowed()