Searched refs:focusRequests (Results 1 – 4 of 4) sorted by relevance
616 changes |= !other.focusRequests.empty(); in merge()617 focusRequests.insert(focusRequests.end(), std::make_move_iterator(other.focusRequests.begin()), in merge()618 std::make_move_iterator(other.focusRequests.end())); in merge()626 empty = focusRequests.empty() && !syncInputWindows; in empty()631 focusRequests.clear(); in clear()636 SAFE_PARCEL(output.writeParcelableVector, focusRequests); in write()642 SAFE_PARCEL(input.readParcelableVector, &focusRequests); in read()
1537 mInputWindowCommands.focusRequests.push_back(request); in setFocusedWindow()
303 std::vector<gui::FocusRequest> focusRequests; member
3107 for (const auto& focusRequest : mInputWindowCommands.focusRequests) { in updateInputFlinger()