Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DTaskPositionerTest.kt110 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0) in <lambda>()
136 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0) in <lambda>()
158 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 && in <lambda>()
172 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 && in <lambda>()
260 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) in <lambda>()
290 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) in <lambda>()
320 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) in <lambda>()
350 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) in <lambda>()
380 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0) in <lambda>()
406 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0) in <lambda>()
[all …]
/frameworks/base/core/java/android/app/
DWindowConfiguration.java170 public static final int WINDOW_CONFIG_BOUNDS = 1 << 0; field in WindowConfiguration
198 WINDOW_CONFIG_BOUNDS,
484 changed |= WINDOW_CONFIG_BOUNDS; in updateFrom()
532 if ((mask & WINDOW_CONFIG_BOUNDS) != 0) { in setTo()
576 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;
261 final int justBoundsAndRotation = WINDOW_CONFIG_BOUNDS | WINDOW_CONFIG_ROTATION; in testMaskedSetTo()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
DDesktopModeControllerTest.java22 import static android.app.WindowConfiguration.WINDOW_CONFIG_BOUNDS;
458 assertThat((change.getWindowSetMask() & WINDOW_CONFIG_BOUNDS) != 0).isTrue(); in assertThatBoundsCleared()
/frameworks/base/core/java/android/window/
DTaskFragmentOrganizer.java249 if ((change.getWindowSetMask() & WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0) { in getTransitionType()
DWindowContainerTransaction.java89 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_BOUNDS; in setBounds()
1188 && ((mWindowSetMask & WindowConfiguration.WINDOW_CONFIG_BOUNDS) in toString()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowOrganizerController.java22 import static android.app.WindowConfiguration.WINDOW_CONFIG_BOUNDS;
135 static final int CONTROLLABLE_WINDOW_CONFIGS = WINDOW_CONFIG_BOUNDS
705 if ((change.getWindowSetMask() & WINDOW_CONFIG_BOUNDS) == 0) { in adjustBoundsForMinDimensionsIfNeeded()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt9644 Landroid/app/WindowConfiguration;->WINDOW_CONFIG_BOUNDS:I