Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityTransitionAnimator.kt257 val hideKeyguardWithAnimation = callback.isOnKeyguard() && !showOverLockscreen in startIntentWithAnimation() constant
458 fun hideKeyguardWithAnimation(runner: IRemoteAnimationRunner) { in startPendingIntent() method