Home
last modified time | relevance | path

Searched refs:hasNestedCannotRead (Results 1 – 2 of 2) 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()) {