Home
last modified time | relevance | path

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

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
DExpr.java611 private Node mCalculationPaths = null; field in Expr
617 if (mCalculationPaths == null) { in getAllCalculationPaths()
636 mCalculationPaths = node; in getAllCalculationPaths()
638 return mCalculationPaths; in getAllCalculationPaths()