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

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java75 if (!o1.mKey.attributeIndices.keySet()
76 .equals(o2.mKey.attributeIndices.keySet())) {
78 Iterator<String> o1Keys = o1.mKey.attributeIndices.keySet().iterator();
79 Iterator<String> o2Keys = o2.mKey.attributeIndices.keySet().iterator();
92 for (String attribute : o1.mKey.attributeIndices.keySet()) {
93 final int index1 = o1.mKey.attributeIndices.get(attribute);
94 final int index2 = o2.mKey.attributeIndices.get(attribute);
608 Integer index = adapter.attributeIndices.get(allAttributes[i]);
1067 public final TreeMap<String, Integer> attributeIndices = new TreeMap<String, Integer>(); field in class:SetterStore.MultiValueAdapterKey
1083 attributeIndices
[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 27 milliseconds