Home
last modified time | relevance | path

Searched defs:cancelCurrentTouch (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java446 public void cancelCurrentTouch() { in cancelCurrentTouch() method in NotificationShadeWindowViewController
/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl158 void cancelCurrentTouch(); in cancelCurrentTouch() method
DInputManager.java1758 public void cancelCurrentTouch() { in cancelCurrentTouch() method in InputManager
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java188 void cancelCurrentTouch(); in cancelCurrentTouch() method
405 public native void cancelCurrentTouch(); in cancelCurrentTouch() method in NativeInputManagerService.NativeImpl
DInputManagerService.java2674 public void cancelCurrentTouch() { in cancelCurrentTouch() method in InputManagerService
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp6383 void InputDispatcher::cancelCurrentTouch() { in cancelCurrentTouch() function in android::inputdispatcher::InputDispatcher