Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h339 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,
396 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,
DInputDispatcher.cpp3033 bool InputDispatcher::transferTouchFocus(const sp<InputChannel>& fromChannel, in transferTouchFocus() function in android::InputDispatcher
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java358 if (!mService.mInputManager.transferTouchFocus(callingWin.mInputChannel, in performDrag()
DWindowManagerService.java4623 if (!mInputManager.transferTouchFocus( in startPositioningLocked()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1494 transferTouchFocus(fromChannel, toChannel)) { in nativeTransferTouchFocus()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1619 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { in transferTouchFocus() method in InputManagerService