Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A 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
H A DInputManagerService.java690 public boolean transferTouch(IBinder destChannelToken, int displayId) { in transferTouch() method in InputManagerService
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java2657 public boolean transferTouch() { in transferTouch() method in WindowState