Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DWindowConfiguration.java177 public static final int WINDOW_CONFIG_BOUNDS = 1 << 0; field in WindowConfiguration
202 WINDOW_CONFIG_BOUNDS,
453 changed |= WINDOW_CONFIG_BOUNDS; in updateFrom()
496 if ((mask & WINDOW_CONFIG_BOUNDS) != 0) { in setTo()
537 changes |= WINDOW_CONFIG_BOUNDS; in diff()
/aosp12/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()
/aosp12/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java87 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_BOUNDS; in setBounds()
861 && ((mWindowSetMask & WindowConfiguration.WINDOW_CONFIG_BOUNDS) in toString()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowOrganizerController.java109 static final int CONTROLLABLE_WINDOW_CONFIGS = WindowConfiguration.WINDOW_CONFIG_BOUNDS
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9716 Landroid/app/WindowConfiguration;->WINDOW_CONFIG_BOUNDS:I