Searched refs:bestSetterMethod (Results 1 – 2 of 2) sorted by relevance
655 ModelMethod bestSetterMethod = getBestSetter(viewType, valueType, attribute, imports); in getSetterCall() local658 if (bestSetterMethod != null) { in getSetterCall()659 bestViewType = bestSetterMethod.getDeclaringClass(); in getSetterCall()660 bestValueType = bestSetterMethod.getParameterTypes()[0]; in getSetterCall()661 setterCall = new ModelMethodSetter(bestSetterMethod); in getSetterCall()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...