Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLockIconViewController.kt28 fun willHandleTouchWhileDozing(event: MotionEvent): Boolean method
DEmptyLockIconViewController.kt61 override fun willHandleTouchWhileDozing(event: MotionEvent): Boolean { in willHandleTouchWhileDozing() method in com.android.keyguard.EmptyLockIconViewController
DLegacyLockIconViewController.java829 public boolean willHandleTouchWhileDozing(MotionEvent event) { in willHandleTouchWhileDozing() method in LegacyLockIconViewController