Home
last modified time | relevance | path

Searched defs:dependant (Results 1 – 3 of 3) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
DDependency.java29 public Dependency(Expr dependant, Expr other) { in Dependency()
37 public Dependency(Expr dependant, Expr other, Expr condition, boolean expectedOutput) { in Dependency()
DExpr.java625 final Expr dependant = dependency.getDependant(); in getAllCalculationPaths() local
782 Expr dependant = dependency.getDependant(); in hasConditionalDependant() local
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
DLayoutBinderWriter.kt1106 val dependant = it.dependant in readWithDependants() constant