Home
last modified time | relevance | path

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

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
DMethodCallExpr.java103 result.addAll(toExecutionPathInOrder(paths, getArgs())); in toExecutionPath()
111 result.addAll(toExecutionPathInOrder(subPath, getArgs())); in toExecutionPath()
118 private List<ExecutionPath> toExecutionPathInOrder(ExecutionPath path, List<Expr> args) { in toExecutionPathInOrder() method in MethodCallExpr
119 return toExecutionPathInOrder(Arrays.asList(path), args); in toExecutionPathInOrder()
DFieldAssignmentExpr.java87 result.addAll(toExecutionPathInOrder(paths, child)); in toExecutionPath()
DExpr.java339 return toExecutionPathInOrder(paths, getChildren()); in toExecutionPath()
354 protected final List<ExecutionPath> toExecutionPathInOrder(List<ExecutionPath> paths, in toExecutionPathInOrder() method in Expr
368 protected final List<ExecutionPath> toExecutionPathInOrder(List<ExecutionPath> paths, in toExecutionPathInOrder() method in Expr
DMethodBaseExpr.java46 result.addAll(toExecutionPathInOrder(paths, getTarget())); in toExecutionPath()
DBracketExpr.java66 result.addAll(toExecutionPathInOrder(paths, getTarget())); in toExecutionPath()