Searched refs:transferTouchFocusCommands (Results 1 – 4 of 4) sorted by relevance
402 transferTouchFocusCommands in merge()403 .insert(transferTouchFocusCommands.end(), in merge()404 std::make_move_iterator(other.transferTouchFocusCommands.begin()), in merge()405 std::make_move_iterator(other.transferTouchFocusCommands.end())); in merge()411 transferTouchFocusCommands.clear(); in clear()416 output.writeUint32(static_cast<uint32_t>(transferTouchFocusCommands.size())); in write()417 for (const auto& transferTouchFocusCommand : transferTouchFocusCommands) { in write()427 transferTouchFocusCommands.clear(); in read()432 transferTouchFocusCommands.emplace_back(transferTouchFocusCommand); in read()
1127 mInputWindowCommands.transferTouchFocusCommands.emplace_back(transferTouchFocusCommand); in transferTouchFocus()
267 std::vector<TransferTouchFocusCommand> transferTouchFocusCommands; member
4234 if (!inputWindowCommands.transferTouchFocusCommands.empty()) { in addInputWindowCommands()