Searched refs:bestMethod (Results 1 – 2 of 2) sorted by relevance
300 ModelMethod bestMethod = methods[0]; in getMethod() local302 if (methods[i].isBetterArgMatchThan(bestMethod, args)) { in getMethod()303 bestMethod = methods[i]; in getMethod()306 return bestMethod; in getMethod()
723 InverseMethod bestMethod = getBestGetter(viewType, valueType, attribute, imports); in getGetterCall() local738 boolean isBetterView = bestMethod.viewType == null || in getGetterCall()739 bestMethod.viewType.isAssignableFrom(adapterViewType); in getGetterCall()742 bestMethod.returnType, isBetterView, imports)) { in getGetterCall()743 bestMethod.viewType = adapterViewType; in getGetterCall()744 bestMethod.returnType = adapterValueType; in getGetterCall()760 bestMethod.call = new AdapterGetter(inverseDescription, in getGetterCall()764 bestMethod.call = new AdapterGetter(inverseDescription, in getGetterCall()779 return bestMethod.call; in getGetterCall()810 ModelMethod bestMethod = null; in getBestSetter() local[all …]