Searched defs:willHandleTouchWhileDozing (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ | ||
D | LockIconViewController.kt | 28 fun willHandleTouchWhileDozing(event: MotionEvent): Boolean method |
D | EmptyLockIconViewController.kt | 61 override fun willHandleTouchWhileDozing(event: MotionEvent): Boolean { in willHandleTouchWhileDozing() method in com.android.keyguard.EmptyLockIconViewController |
D | LegacyLockIconViewController.java | 829 public boolean willHandleTouchWhileDozing(MotionEvent event) { in willHandleTouchWhileDozing() method in LegacyLockIconViewController |