Searched refs:bestMethod (Results 1 – 3 of 3) sorted by relevance
308 ModelMethod bestMethod = methods[0]; in getMethod() local310 if (methods[i].isBetterArgMatchThan(bestMethod, args)) { in getMethod()311 bestMethod = methods[i]; in getMethod()314 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 …]
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...