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

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java723 InverseMethod bestMethod = getBestGetter(viewType, valueType, attribute, imports);
830 private InverseMethod getBestGetter(ModelClass viewType, ModelClass valueType,
893 return new InverseMethod(call, bestReturnType, bestViewType);
1812 private static class InverseMethod { class in class:SetterStore
1817 public InverseMethod(BindingGetterCall call, ModelClass returnType, ModelClass viewType) { method in class:SetterStore.InverseMethod

Completed in 35 milliseconds