Searched refs:handlesPerDisplay (Results 1 – 1 of 1) sorted by relevance
7028 std::unordered_map<ui::LogicalDisplayId, std::vector<sp<WindowInfoHandle>>> handlesPerDisplay; in onWindowInfosChanged() local7030 handlesPerDisplay.emplace(info.displayId, std::vector<sp<WindowInfoHandle>>()); in onWindowInfosChanged()7031 handlesPerDisplay[info.displayId].push_back(sp<WindowInfoHandle>::make(info)); in onWindowInfosChanged()7040 handlesPerDisplay[displayId]; in onWindowInfosChanged()7048 for (const auto& [displayId, handles] : handlesPerDisplay) { in onWindowInfosChanged()