Home | History | Annotate | Download | only in widget

Lines Matching refs:dependency

51  * Note that you cannot have a circular dependency between the size of the RelativeLayout and the
1242 * and view A needs view B to be processed first, the dependency graph
1278 * Finds the roots of the graph. A root is a node with no dependency and
1313 final Node dependency = keyNodes.get(rule);
1315 if (dependency == null || dependency == node) {
1319 dependency.dependents.add(node);
1320 // Add a dependency to the current node
1321 node.dependencies.put(rule, dependency);
1339 * Prints the dependency graph for the specified rules.
1394 * A node in the dependency graph. A node is a view, its list of dependencies