Home
last modified time | relevance | path

Searched refs:shouldIgnoreKeyguardTouches (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScreenOffAnimationController.kt107 fun shouldIgnoreKeyguardTouches(): Boolean = in shouldIgnoreKeyguardTouches() method
DCentralSurfacesImpl.java2847 || mScreenOffAnimationController.shouldIgnoreKeyguardTouches(); in shouldIgnoreTouch()