Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowConfigurationTests.java31 import static android.app.WindowConfiguration.WINDOW_CONFIG_WINDOWING_MODE;
93 assertEquals(WINDOW_CONFIG_APP_BOUNDS | WINDOW_CONFIG_WINDOWING_MODE, in testDiff()
97 assertEquals(WINDOW_CONFIG_APP_BOUNDS | WINDOW_CONFIG_WINDOWING_MODE in testDiff()
250 final int justWindowingMode = WINDOW_CONFIG_WINDOWING_MODE; in testMaskedSetTo()
/frameworks/base/core/java/android/app/
DWindowConfiguration.java184 public static final int WINDOW_CONFIG_WINDOWING_MODE = 1 << 2; field in WindowConfiguration
202 WINDOW_CONFIG_WINDOWING_MODE,
429 changed |= WINDOW_CONFIG_WINDOWING_MODE; in updateFrom()
465 if ((mask & WINDOW_CONFIG_WINDOWING_MODE) != 0) { in setTo()
509 changes |= WINDOW_CONFIG_WINDOWING_MODE; in diff()
/frameworks/base/core/tests/coretests/src/android/content/res/
DConfigurationTest.java22 import static android.app.WindowConfiguration.WINDOW_CONFIG_WINDOWING_MODE;
136 config.setTo(other, justOrientationAndWindowConfig, WINDOW_CONFIG_WINDOWING_MODE); in testMaskedSet()