Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScreenOffAnimationController.kt115 fun shouldDelayKeyguardShow(): Boolean = in shouldDelayKeyguardShow() method
216 fun shouldDelayKeyguardShow(): Boolean = false method
DUnlockedScreenOffAnimationController.kt146 override fun shouldDelayKeyguardShow(): Boolean = in shouldDelayKeyguardShow() method in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController
DDozeParameters.java329 public boolean shouldDelayKeyguardShow() { in shouldDelayKeyguardShow() method in DozeParameters