Searched refs:fromChannel (Results 1 – 4 of 4) sorted by relevance
172 InputChannel fromChannel, InputChannel toChannel); in nativeTransferTouchFocus() argument1013 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { in transferTouchFocus() argument1014 if (fromChannel == null) { in transferTouchFocus()1020 return nativeTransferTouchFocus(mPtr, fromChannel, toChannel); in transferTouchFocus()
333 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,390 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,
2919 bool InputDispatcher::transferTouchFocus(const sp<InputChannel>& fromChannel, in transferTouchFocus() argument2923 fromChannel->getName().string(), toChannel->getName().string()); in transferTouchFocus()2928 sp<InputWindowHandle> fromWindowHandle = getWindowHandleLocked(fromChannel); in transferTouchFocus()2969 ssize_t fromConnectionIndex = getConnectionIndexLocked(fromChannel); in transferTouchFocus()
1237 sp<InputChannel> fromChannel = in nativeTransferTouchFocus() local1242 if (fromChannel == NULL || toChannel == NULL) { in nativeTransferTouchFocus()1247 transferTouchFocus(fromChannel, toChannel); in nativeTransferTouchFocus()