Home
last modified time | relevance | path

Searched defs:animateInKeyguard (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScreenOffAnimationController.kt89 fun animateInKeyguard(keyguardView: View, after: Runnable) = in animateInKeyguard() method
214 fun animateInKeyguard(keyguardView: View, after: Runnable) = after.run() method
DUnlockedScreenOffAnimationController.kt156 override fun animateInKeyguard(keyguardView: View, after: Runnable) { in shouldDelayKeyguardShow() method in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController