Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowConfigurationTests.java32 import static android.app.WindowConfiguration.WINDOW_CONFIG_WINDOWING_MODE;
97 assertEquals(WINDOW_CONFIG_APP_BOUNDS | WINDOW_CONFIG_WINDOWING_MODE, in testDiff()
101 assertEquals(WINDOW_CONFIG_APP_BOUNDS | WINDOW_CONFIG_WINDOWING_MODE in testDiff()
268 final int justWindowingMode = WINDOW_CONFIG_WINDOWING_MODE; in testMaskedSetTo()
/aosp12/frameworks/base/core/java/android/app/
H A DWindowConfiguration.java186 public static final int WINDOW_CONFIG_WINDOWING_MODE = 1 << 3; field in WindowConfiguration
205 WINDOW_CONFIG_WINDOWING_MODE,
466 changed |= WINDOW_CONFIG_WINDOWING_MODE; in updateFrom()
505 if ((mask & WINDOW_CONFIG_WINDOWING_MODE) != 0) { in setTo()
553 changes |= WINDOW_CONFIG_WINDOWING_MODE; in diff()
/aosp12/frameworks/base/core/tests/coretests/src/android/content/res/
H A DConfigurationTest.java22 import static android.app.WindowConfiguration.WINDOW_CONFIG_WINDOWING_MODE;
136 config.setTo(other, justOrientationAndWindowConfig, WINDOW_CONFIG_WINDOWING_MODE); in testMaskedSet()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9717 Landroid/app/WindowConfiguration;->WINDOW_CONFIG_WINDOWING_MODE:I