Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthRippleController.kt199 logger.showingUnlockRippleAt(it.x, it.y, "FP sensor radius: $udfpsRadius") in <lambda>()
214 logger.showingUnlockRippleAt(it.x, it.y, "Face unlock ripple") in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
DKeyguardLogger.kt226 fun showingUnlockRippleAt(x: Int, y: Int, context: String) { in showingUnlockRippleAt() method