Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java679 public void cancelCurrentTouch() { in cancelCurrentTouch() method in NotificationShadeWindowViewController
/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl200 void cancelCurrentTouch(); in cancelCurrentTouch() method
DInputManager.java1181 public void cancelCurrentTouch() { in cancelCurrentTouch() method in InputManager
DInputManagerGlobal.java1497 public void cancelCurrentTouch() { in cancelCurrentTouch() method in InputManagerGlobal
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java224 void cancelCurrentTouch(); in cancelCurrentTouch() method
520 public native void cancelCurrentTouch(); in cancelCurrentTouch() method in NativeInputManagerService.NativeImpl
DInputManagerService.java1994 public void cancelCurrentTouch() { in cancelCurrentTouch() method in InputManagerService
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp7084 void InputDispatcher::cancelCurrentTouch() { in cancelCurrentTouch() function in android::inputdispatcher::InputDispatcher