Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/input/
DInputManagerService.java172 InputChannel fromChannel, InputChannel toChannel); in nativeTransferTouchFocus()
1013 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { in transferTouchFocus()
/frameworks/base/services/jni/
Dcom_android_server_input_InputManagerService.cpp1237 sp<InputChannel> fromChannel = in nativeTransferTouchFocus() local
/frameworks/base/services/input/
DInputDispatcher.cpp2919 bool InputDispatcher::transferTouchFocus(const sp<InputChannel>& fromChannel, in transferTouchFocus()