Home
last modified time | relevance | path

Searched refs:withRotation (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsControllerOverlayTest.kt173 private fun withRotation(@Rotation rotation: Int, block: () -> Unit) { regex
189 fun showUdfpsOverlay_withRotation0() = withRotation(Surface.ROTATION_0) {
207 fun showUdfpsOverlay_withRotation180() = withRotation(Surface.ROTATION_180) {
225 fun showUdfpsOverlay_withRotation90() = withRotation(Surface.ROTATION_90) {
243 fun showUdfpsOverlay_withRotation270() = withRotation(Surface.ROTATION_270) {
334 fun smallOverlayOnEnrollmentWithA11y() = withRotation(ROTATION_0) {
354 fun fullScreenOverlayWithNewTouchDetectionEnabled() = withRotation(ROTATION_0) {
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/
H A DSetRequestedOrientationWhilePinned.kt62 .withRotation(Rotation.ROTATION_90)
82 .withRotation(Rotation.ROTATION_0)