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

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DDependency.java25 // this means that trying to calculate the dependant expression w/o
29 public Dependency(Expr dependant, Expr other) { argument
30 mDependant = dependant;
37 public Dependency(Expr dependant, Expr other, Expr condition, boolean expectedOutput) { argument
38 mDependant = dependant;
/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 78 milliseconds