Home
last modified time | relevance | path

Searched refs:WINDOW_CONFIG_ROTATION (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_ROTATION;
105 assertEquals(WINDOW_CONFIG_ROTATION, in testDiff()
261 final int justBoundsAndRotation = WINDOW_CONFIG_BOUNDS | WINDOW_CONFIG_ROTATION; in testMaskedSetTo()
/frameworks/base/core/java/android/app/
DWindowConfiguration.java188 public static final int WINDOW_CONFIG_ROTATION = 1 << 6; field in WindowConfiguration
204 WINDOW_CONFIG_ROTATION,
511 changed |= WINDOW_CONFIG_ROTATION; in updateFrom()
550 if ((mask & WINDOW_CONFIG_ROTATION) != 0) { in setTo()
607 changes |= WINDOW_CONFIG_ROTATION; in diff()
/frameworks/base/core/tests/coretests/src/android/content/res/
DConfigurationTest.java21 import static android.app.WindowConfiguration.WINDOW_CONFIG_ROTATION;
146 config.setTo(other, justSmallestSwAndWindowConfig, WINDOW_CONFIG_ROTATION); in testMaskedSet()