Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowConfigurationTests.java31 import static android.app.WindowConfiguration.WINDOW_CONFIG_ROTATION;
105 assertEquals(WINDOW_CONFIG_ROTATION, in testDiff()
261 final int justBoundsAndRotation = WINDOW_CONFIG_BOUNDS | WINDOW_CONFIG_ROTATION; in testMaskedSetTo()
/aosp14/frameworks/base/core/java/android/app/
H A DWindowConfiguration.java188 public static final int WINDOW_CONFIG_ROTATION = 1 << 6; field in WindowConfiguration
204 WINDOW_CONFIG_ROTATION,
528 changed |= WINDOW_CONFIG_ROTATION; in updateFrom()
567 if ((mask & WINDOW_CONFIG_ROTATION) != 0) { in setTo()
624 changes |= WINDOW_CONFIG_ROTATION; in diff()
/aosp14/frameworks/base/core/tests/coretests/src/android/content/res/
H A DConfigurationTest.java21 import static android.app.WindowConfiguration.WINDOW_CONFIG_ROTATION;
146 config.setTo(other, justSmallestSwAndWindowConfig, WINDOW_CONFIG_ROTATION); in testMaskedSet()