Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DLightRevealScrimRepositoryTest.kt99 val faceLocation = Point(250, 0) regex
100 fakeKeyguardRepository.setFaceSensorLocation(faceLocation)
161 { it is CircleReveal && it.centerX == faceLocation.x && it.centerY == faceLocation.y },
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthRippleControllerTest.kt269 val faceLocation = Point(5, 5) regex
270 `when`(authController.faceSensorLocation).thenReturn(faceLocation)