Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java2793 public boolean transferTouch() { in transferTouch() method in WindowState
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java686 public boolean transferTouch(IBinder destChannelToken) { in transferTouch() method in InputManagerService
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp4903 bool InputDispatcher::transferTouch(const sp<IBinder>& destChannelToken) { in transferTouch() function in android::inputdispatcher::InputDispatcher