Home
last modified time | relevance | path

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

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
DFieldAssignmentExpr.java82 List<ExecutionPath> targetPaths = child.toExecutionPath(paths); in toExecutionPath() local
89 for (ExecutionPath path : targetPaths) { in toExecutionPath()
DMethodBaseExpr.java42 final List<ExecutionPath> targetPaths = getTarget().toExecutionPath(paths); in toExecutionPath() local
48 for (ExecutionPath path : targetPaths) { in toExecutionPath()
DBracketExpr.java62 final List<ExecutionPath> targetPaths = getTarget().toExecutionPath(paths); in toExecutionPath() local
68 for (ExecutionPath path : targetPaths) { in toExecutionPath()
DMethodCallExpr.java99 final List<ExecutionPath> targetPaths = getTarget().toExecutionPath(paths); in toExecutionPath() local
105 for (ExecutionPath path : targetPaths) { in toExecutionPath()