Searched refs:transferTouchFocus (Results 1 – 11 of 11) sorted by relevance
129 when(mWm.mInputManager.transferTouchFocus(any(), any())).thenReturn(true); in setUp()183 assertTrue(mWm.mInputManager.transferTouchFocus(null, null)); in dragFlow()
61 when(mWm.mInputManager.transferTouchFocus( in setUp()
123 virtual bool transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) = 0;
160 return service.transferTouchFocus(source, state.getInputChannel()); in registerInputChannel()
178 if (!mInputManager.transferTouchFocus( in startPositioningLocked()
440 Transaction& transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken);
107 virtual bool transferTouchFocus(const sp<IBinder>& fromToken,
3464 bool InputDispatcher::transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) { in transferTouchFocus() function in android::inputdispatcher::InputDispatcher
1122 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::transferTouchFocus( in transferTouchFocus() function in android::SurfaceComposerClient::Transaction
1569 transferTouchFocus(fromChannel->getToken(), toChannel->getToken())) { in nativeTransferTouchFocus()
1569 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { in transferTouchFocus() method in InputManagerService