Searched refs:dependant (Results 1 - 5 of 5) 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;
H A DExpr.java625 final Expr dependant = dependency.getDependant();
629 dependant.getRequirementFlagIndex(dependency.getExpectedOutput()));
630 cond.mParents.add(dependant.getAllCalculationPaths());
633 node.mParents.add(dependant.getAllCalculationPaths());
782 Expr dependant = dependency.getDependant();
783 if (dependant.isConditional() && dependant instanceof TernaryExpr) {
784 TernaryExpr ternary = (TernaryExpr) dependant;
H A DExprModel.java597 Expr dependant = dependency.getDependant();
598 if (dependant.isConditional() && dependant.getAllCalculationPaths()
600 if (dependant.considerElevatingConditionals(partialRead)) {
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
H A DLayoutBinderWriter.kt1046 !it.isConditional && it.dependant is TernaryExpr &&
1047 (it.dependant as TernaryExpr).pred == expr
1048 }.map { it.dependant }.groupBy {
1106 val dependant = it.dependant
1107 batch.contains(dependant) &&
1108 dependant.shouldReadFlagSet.andNot(flagSet).isEmpty &&
1109 dependant.shouldReadNow(justRead)
1112 dependants.addAll(chosen.map { it.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 112 milliseconds