Home
last modified time | relevance | path

Searched defs:Dependency (Results 1 – 2 of 2) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
DDependency.java16 public class Dependency { class
29 public Dependency(Expr dependant, Expr other) { in Dependency() method in Dependency
37 public Dependency(Expr dependant, Expr other, Expr condition, boolean expectedOutput) { in Dependency() method in Dependency
/frameworks/base/core/java/android/animation/
DAnimatorSet.java993 private static class Dependency { class in AnimatorSet
1003 public Dependency(Node node, int rule) { in Dependency() method in AnimatorSet.Dependency