Home
last modified time | relevance | path

Searched defs:transferTouch (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java118 boolean transferTouch(IBinder destChannelToken, int displayId); in transferTouch() method
343 public native boolean transferTouch(IBinder destChannelToken, int displayId); in transferTouch() method in NativeInputManagerService.NativeImpl
DInputManagerService.java690 public boolean transferTouch(IBinder destChannelToken, int displayId) { in transferTouch() method in InputManagerService
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java2657 public boolean transferTouch() { in transferTouch() method in WindowState
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp5568 bool InputDispatcher::transferTouch(const sp<IBinder>& destChannelToken, int32_t displayId) { in transferTouch() function in android::inputdispatcher::InputDispatcher