Home
last modified time | relevance | path

Searched defs:transferTouchFocus (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1531 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { in transferTouchFocus() method in InputManagerService
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp3095 bool InputDispatcher::transferTouchFocus(const sp<InputChannel>& fromChannel, in transferTouchFocus() function in android::InputDispatcher