Searched defs:dependents (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java1775 final ArrayMap<Node, DependencyGraph> dependents = node.dependents;
1776 final int count = dependents.size();
1778 final Node dependent = dependents.keyAt(i);
1796 * with [0..n] dependents.
1809 // all dependents and dependencies before running the algorithm
1812 node.dependents.clear();
1816 // Builds up the dependents and dependencies for each node of the graph
1836 dependency.dependents.put(node, this);
1857 * and its list of dependents
1871 final ArrayMap<Node, DependencyGraph> dependents = field in class:RelativeLayout.DependencyGraph.Node
[all...]
/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 49 milliseconds