Home
last modified time | relevance | path

Searched refs:transferTouchFocusCommands (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/gui/
DLayerState.cpp402 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()
DSurfaceComposerClient.cpp1127 mInputWindowCommands.transferTouchFocusCommands.emplace_back(transferTouchFocusCommand); in transferTouchFocus()
/frameworks/native/libs/gui/include/gui/
DLayerState.h267 std::vector<TransferTouchFocusCommand> transferTouchFocusCommands; member
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp4234 if (!inputWindowCommands.transferTouchFocusCommands.empty()) { in addInputWindowCommands()