HomeSort by relevance Sort by last modified time
    Searched refs:staticId (Results 1 - 2 of 2) sorted by null

  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
MethodCallExpr.java 86 StaticIdentifierExpr staticId = getModel()
88 getChildren().add(staticId);
89 staticId.getParents().add(this);
FieldAccessExpr.java 235 StaticIdentifierExpr staticId = getModel().staticIdentifierFor(resolvedType);
236 getChildren().add(staticId);
237 staticId.getParents().add(this);

Completed in 72 milliseconds