Searched refs:WINDOW_CONFIG_ROTATION (Results 1 – 3 of 3) sorted by relevance
31 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()
188 public static final int WINDOW_CONFIG_ROTATION = 1 << 6; field in WindowConfiguration204 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()
21 import static android.app.WindowConfiguration.WINDOW_CONFIG_ROTATION;146 config.setTo(other, justSmallestSwAndWindowConfig, WINDOW_CONFIG_ROTATION); in testMaskedSet()