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

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java181 HashMap<String, MethodDescription> renamed = mStore.renamedMethods.get(attribute);
183 renamed = new HashMap<String, MethodDescription>();
186 MethodDescription methodDescription = new MethodDescription(
211 HashMap<AccessorKey, MethodDescription> adapters = mStore.adapterMethods.get(attribute);
214 adapters = new HashMap<AccessorKey, MethodDescription>();
229 adapters.put(key, new MethodDescription(bindingMethod, 1, takesComponent));
322 MethodDescription methodDescription = new MethodDescription(bindingMethod,
381 MethodDescription methodDescriptio
1120 private static class MethodDescription implements Serializable { class in class:SetterStore
1134 public MethodDescription(String type, String method) { method in class:SetterStore.MethodDescription
1143 public MethodDescription(ExecutableElement method, int numAttributes, method in class:SetterStore.MethodDescription
[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 34 milliseconds