Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewController.kt73 fun handleExternalTouch(event: MotionEvent): Boolean in startExpandLatencyTracking() method
DShadeViewControllerEmptyImpl.kt82 override fun handleExternalTouch(event: MotionEvent): Boolean { in handleExternalTouch() method in com.android.systemui.shade.ShadeViewControllerEmptyImpl
DNotificationShadeWindowViewController.java282 public void handleExternalTouch(MotionEvent event) { in handleExternalTouch() method in NotificationShadeWindowViewController