Searched defs:dependencies (Results 1 - 2 of 2) sorted by last modified time

/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. ...
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java1738 * Builds a sorted list of views. The sorting order depends on the dependencies
1762 final SparseArray<Node> dependencies = dependent.dependencies;
1764 dependencies.remove(key);
1765 if (dependencies.size() == 0) {
1772 throw new IllegalStateException("Circular dependencies cannot exist"
1782 * dependencies
1792 // all dependents and dependencies before running the algorithm
1796 node.dependencies.clear();
1799 // Builds up the dependents and dependencies fo
1860 final SparseArray<Node> dependencies = new SparseArray<Node>(); field in class:RelativeLayout.DependencyGraph.Node
[all...]

Completed in 55 milliseconds