Searched refs:conversionMethod (Results 1 - 2 of 2) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java376 public void addConversionMethod(ExecutableElement conversionMethod) { argument
377 L.d("STORE addConversionMethod %s", conversionMethod);
378 List<? extends VariableElement> parameters = conversionMethod.getParameters();
380 String toType = getQualifiedName(conversionMethod.getReturnType());
381 MethodDescription methodDescription = new MethodDescription(conversionMethod, 1, false);
651 MethodDescription conversionMethod = null;
697 conversionMethod = getConversionMethod(valueType, bestValueType, imports);
708 setterCall.setConverter(conversionMethod);
948 MethodDescription conversionMethod = getConversionMethod(argument, parameter,
950 if (conversionMethod !
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 58 milliseconds