Searched refs:transferTouchFocus (Results 1 – 6 of 6) sorted by relevance
339 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,396 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,
3033 bool InputDispatcher::transferTouchFocus(const sp<InputChannel>& fromChannel, in transferTouchFocus() function in android::InputDispatcher
358 if (!mService.mInputManager.transferTouchFocus(callingWin.mInputChannel, in performDrag()
4623 if (!mInputManager.transferTouchFocus( in startPositioningLocked()
1494 transferTouchFocus(fromChannel, toChannel)) { in nativeTransferTouchFocus()
1619 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { in transferTouchFocus() method in InputManagerService