Home
last modified time | relevance | path

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

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
DModelClass.java511 List<ModelMethod> methods = findMethods(name, getter.isStatic()); in findSetter()
530 public List<ModelMethod> findMethods(String name, boolean staticOnly) { in findMethods() method in ModelClass
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
DMethodBaseExpr.java84 List<ModelMethod> methods = childType.findMethods(mName, isStatic); in resolveListenersAsMethodReference()
DFieldAccessExpr.java159 mIsListener = !resolvedType.findMethods(mName, isStatic).isEmpty(); in resolveType()