Searched refs:mStaticNodes (Results 1 – 1 of 1) sorted by relevance
27 private ArrayList<Node> mStaticNodes; field in NodeListImpl56 mStaticNodes = nodes; in NodeListImpl()64 if (mStaticNodes == null) { in getLength()68 return mStaticNodes.size(); in getLength()74 if (mStaticNodes == null) { in item()83 node = mStaticNodes.get(index); in item()