Searched refs:transferTouchFocus (Results 1 – 8 of 8) sorted by relevance
117 when(sWm.mInputManager.transferTouchFocus(any(), any())).thenReturn(true); in setUp()172 assertTrue(sWm.mInputManager.transferTouchFocus(null, null)); in dragFlow()
57 when(sWm.mInputManager.transferTouchFocus( in setUp()
162 return service.transferTouchFocus(source, state.getInputChannel()); in registerInputChannel()
142 if (!mInputManager.transferTouchFocus( in startPositioningLocked()
338 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,395 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,
3095 bool InputDispatcher::transferTouchFocus(const sp<InputChannel>& fromChannel, in transferTouchFocus() function in android::InputDispatcher
1497 transferTouchFocus(fromChannel, toChannel)) { in nativeTransferTouchFocus()
1531 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { in transferTouchFocus() method in InputManagerService