Home
last modified time | relevance | path

Searched refs:dependant (Results 1 – 4 of 4) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
DDependency.java29 public Dependency(Expr dependant, Expr other) { in Dependency() argument
30 mDependant = dependant; in Dependency()
37 public Dependency(Expr dependant, Expr other, Expr condition, boolean expectedOutput) { in Dependency() argument
38 mDependant = dependant; in Dependency()
DExpr.java625 final Expr dependant = dependency.getDependant(); in getAllCalculationPaths() local
629 dependant.getRequirementFlagIndex(dependency.getExpectedOutput())); in getAllCalculationPaths()
630 cond.mParents.add(dependant.getAllCalculationPaths()); in getAllCalculationPaths()
633 node.mParents.add(dependant.getAllCalculationPaths()); in getAllCalculationPaths()
782 Expr dependant = dependency.getDependant(); in hasConditionalDependant() local
783 if (dependant.isConditional() && dependant instanceof TernaryExpr) { in hasConditionalDependant()
784 TernaryExpr ternary = (TernaryExpr) dependant; in hasConditionalDependant()
DExprModel.java597 Expr dependant = dependency.getDependant();
598 if (dependant.isConditional() && dependant.getAllCalculationPaths()
600 if (dependant.considerElevatingConditionals(partialRead)) {
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...