Searched refs:nodeList (Results 1 – 8 of 8) sorted by relevance
27 private static void recursivelyGather(ViewGroup currentNode, List<View> nodeList) { in recursivelyGather() argument28 nodeList.add(currentNode); in recursivelyGather()33 recursivelyGather((ViewGroup) view, nodeList); in recursivelyGather() local35 nodeList.add(view); in recursivelyGather()52 public static void requestLayoutForAllNodes(List<View> nodeList) { in requestLayoutForAllNodes() argument53 int count = nodeList.size(); in requestLayoutForAllNodes()55 nodeList.get(i).requestLayout(); in requestLayoutForAllNodes()
48 const hidl_vec<IOmx::ComponentInfo> &nodeList) { in OmxStore() argument50 for (const IOmx::ComponentInfo& info : nodeList) { in OmxStore()102 hidl_vec<NodeInfo>& nodeList = role.nodes; in OmxStore() local103 nodeList.resize(rolePair.second.nodeList.size()); in OmxStore()105 for (const auto& nodePair : rolePair.second.nodeList) { in OmxStore()126 nodeList[j] = std::move(node); in OmxStore()129 nodeList.resize(j); in OmxStore()
44 hidl_vec<IOmx::ComponentInfo> const& nodeList) { in listNodes() argument47 for (size_t i = 0; i < nodeList.size(); ++i) { in listNodes()50 convertTo(&*newInfo, nodeList[i]); in listNodes()
88 NodeList nodeList = document.getElementsByTagName("string"); in loadStrings() local89 for (int i = 0; i < nodeList.getLength(); i++) { in loadStrings()90 Node node = nodeList.item(i); in loadStrings()
375 multimap<size_t, MediaCodecsXmlParser::NodeInfo> nodeList = properties.nodeList; in TEST_F() local378 for (itr_Node = nodeList.begin(); itr_Node != nodeList.end(); ++itr_Node) { in TEST_F()
93 std::multimap<size_t, NodeInfo> nodeList; member
1587 std::multimap<size_t, NodeInfo>* nodeList; in generateRoleMap() local1598 nodeList = &insertResult.first->second.nodeList; in generateRoleMap()1612 nodeList = &roleIterator->second.nodeList; in generateRoleMap()1632 nodeList->insert(std::make_pair( in generateRoleMap()
1087 hidl_vec<IOmx::ComponentInfo> nodeList; in main() local1089 const auto& status, const auto& nodeList) { in main() argument1091 for (const auto& info : nodeList) { in main()