Searched refs:transferTouchFocus (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputDispatcher.h339 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,
396 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,
H A DInputDispatcher.cpp3034 bool InputDispatcher::transferTouchFocus(const sp<InputChannel>& fromChannel, function in class:android::InputDispatcher
3037 ALOGD("transferTouchFocus: fromChannel=%s, toChannel=%s",
/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java328 if (!mService.mInputManager.transferTouchFocus(callingWin.mInputChannel,
H A DWindowManagerService.java7588 if (!mInputManager.transferTouchFocus(
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1354 transferTouchFocus(fromChannel, toChannel)) {
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1526 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { method in class:InputManagerService

Completed in 79 milliseconds