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.kt94 fun animateInKeyguard(keyguardView: View, after: Runnable) = in animateInKeyguard() method
223 fun animateInKeyguard(keyguardView: View, after: Runnable) = after.run() method
DUnlockedScreenOffAnimationController.kt171 override fun animateInKeyguard(keyguardView: View, after: Runnable) { in shouldDelayKeyguardShow() method in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController