Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessible_ability_client_impl.cpp568 std::vector<AccessibilityElementInfo> sortedElementInfos; in SortElementInfosIfNecessary() local
595 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()