Searched refs:toChannel (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() argument1017 if (toChannel == null) { in transferTouchFocus()1020 return nativeTransferTouchFocus(mPtr, fromChannel, toChannel); in transferTouchFocus()
334 const sp<InputChannel>& toChannel) = 0;391 const sp<InputChannel>& toChannel);
2920 const sp<InputChannel>& toChannel) { in transferTouchFocus() argument2923 fromChannel->getName().string(), toChannel->getName().string()); in transferTouchFocus()2929 sp<InputWindowHandle> toWindowHandle = getWindowHandleLocked(toChannel); in transferTouchFocus()2970 ssize_t toConnectionIndex = getConnectionIndexLocked(toChannel); in transferTouchFocus()
1239 sp<InputChannel> toChannel = in nativeTransferTouchFocus() local1242 if (fromChannel == NULL || toChannel == NULL) { in nativeTransferTouchFocus()1247 transferTouchFocus(fromChannel, toChannel); in nativeTransferTouchFocus()