Searched refs:ROTATION_270 (Results 1 – 10 of 10) sorted by relevance
23 ROTATION_270("ROTATION_270", PlatformConsts.ROTATION_270);25 fun isRotated() = this == ROTATION_90 || this == ROTATION_270 in isRotated()
70 const val ROTATION_270 = 3 constant
52 startRotation == Rotation.ROTATION_90 || startRotation == Rotation.ROTATION_270
41 Rotation.ROTATION_270 -> in rotateInsets()88 Rotation.ROTATION_270 -> in rotateBounds()
131 requestedRotation == Rotation.ROTATION_270 -> Region(0, 0, navBarWidth, displayHeight) in getNavigationBarPosition()165 requestedRotation == Rotation.ROTATION_270 -> Region(0, 0, navBarWidth, displayHeight) in estimateNavigationBarPosition()
57 Rotation.ROTATION_270 in checkBuildCustomRotationsTest()
92 Rotation.ROTATION_270 -> device.setOrientationRight() in setRotation()
57 requestedRotation == Rotation.ROTATION_270 -> Position.LEFT in navBarPosition()
75 type.isFlagSet(ROT_90_VAL or FLIP_V_VAL or FLIP_H_VAL) -> Rotation.ROTATION_270 in getRotation()
370 helper.StateSyncBuilder().withRotation(Rotation.ROTATION_270).waitFor() in <lambda>()373 .isEqualTo(Rotation.ROTATION_270) in <lambda>()