Searched refs:rotation (Results 1 – 2 of 2) sorted by relevance
217 int rotation = device.getDisplayRotation(); in exitSplitScreen() local218 boolean isRotated = rotation == Surface.ROTATION_90 || rotation == Surface.ROTATION_270; in exitSplitScreen()
606 String rotation = Settings.System.getString(mResolver, in toggleQuickSettingOrientationAndVerify() local608 Assert.assertEquals("1", rotation); in toggleQuickSettingOrientationAndVerify()