Searched defs:toExecutionPathInOrder (Results 1 - 2 of 2) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DMethodCallExpr.java103 result.addAll(toExecutionPathInOrder(paths, getArgs()));
111 result.addAll(toExecutionPathInOrder(subPath, getArgs()));
118 private List<ExecutionPath> toExecutionPathInOrder(ExecutionPath path, List<Expr> args) { method in class:MethodCallExpr
119 return toExecutionPathInOrder(Arrays.asList(path), args);
H A DExpr.java339 return toExecutionPathInOrder(paths, getChildren());
354 protected final List<ExecutionPath> toExecutionPathInOrder(List<ExecutionPath> paths, method in class:Expr
368 protected final List<ExecutionPath> toExecutionPathInOrder(List<ExecutionPath> paths, method in class:Expr

Completed in 49 milliseconds