Home
last modified time | relevance | path

Searched refs:animateInKeyguard (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScreenOffAnimationController.kt94 fun animateInKeyguard(keyguardView: View, after: Runnable) = in animateInKeyguard() method
97 it.animateInKeyguard(keyguardView, after) in animateInKeyguard()
223 fun animateInKeyguard(keyguardView: View, after: Runnable) = after.run() method
DUnlockedScreenOffAnimationController.kt186 override fun animateInKeyguard(keyguardView: View, after: Runnable) { in shouldDelayKeyguardShow() method in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardVisibilityHelper.java183 mScreenOffAnimationController.animateInKeyguard(mView, mSetVisibleEndRunnable); in setViewVisibility()