Home
last modified time | relevance | path

Searched refs:hasNestedCannotRead (Results 1 – 3 of 3) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
DExpr.java510 public boolean hasNestedCannotRead() { in hasNestedCannotRead() method in Expr
518 if (hasNestedCannotRead(dependency)) { in hasNestedCannotRead()
525 private static boolean hasNestedCannotRead(Dependency input) { in hasNestedCannotRead() method in Expr
526 return input.isConditional() || input.getOther().hasNestedCannotRead(); in hasNestedCannotRead()
DExprModel.java621 if (dependency.isConditional() || dependency.getOther().hasNestedCannotRead()) {
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...