Home
last modified time | relevance | path

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

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
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]); in createMultiAttributeSetter()
1067 public final TreeMap<String, Integer> attributeIndices = new TreeMap<String, Integer>(); field in SetterStore.MultiValueAdapterKey
1083 attributeIndices.put(this.attributes[i], i); in MultiValueAdapterKey()
[all …]
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...