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

/frameworks/base/services/input/
H A DInputDispatcher.h333 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,
390 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,
H A DInputDispatcher.cpp2974 bool InputDispatcher::transferTouchFocus(const sp<InputChannel>& fromChannel, function in class:android::InputDispatcher
2977 ALOGD("transferTouchFocus: fromChannel=%s, toChannel=%s",
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java297 if (!mService.mInputManager.transferTouchFocus(callingWin.mInputChannel,
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java1070 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { method in class:InputManagerService
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp1205 transferTouchFocus(fromChannel, toChannel);

Completed in 43 milliseconds