Searched refs:sortedElementInfos (Results 1 – 1 of 1) sorted by relevance
568 std::vector<AccessibilityElementInfo> sortedElementInfos; in SortElementInfosIfNecessary() local595 sortedElementInfos.clear(); in SortElementInfosIfNecessary()599 sortedElementInfos.push_back(*(iter->second)); in SortElementInfosIfNecessary()609 if (static_cast<int32_t>(sortedElementInfos.size()) > 0) { in SortElementInfosIfNecessary()610 elementInfos = sortedElementInfos; in SortElementInfosIfNecessary()