Searched defs:visited (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/sax/java/android/sax/
H A DElement.java40 boolean visited; field in class:Element
180 requiredChildren.get(i).visited = false;
193 if (!child.visited) {
/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java1521 ArrayList<Node> visited = new ArrayList<Node>(mNodes.size());
1525 updatePlayTime(mRootNode, visited);
1652 private void updatePlayTime(Node parent, ArrayList<Node> visited) { argument
1667 visited.add(parent);
1673 int index = visited.indexOf(child);
1675 // Child has been visited, cycle found. Mark all the nodes in the cycle.
1676 for (int j = index; j < visited.size(); j++) {
1677 visited.get(j).mLatestParent = null;
1678 visited.get(j).mStartTime = DURATION_INFINITE;
1679 visited
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 304 milliseconds