Searched refs:attributeIndices (Results 1 – 2 of 2) sorted by relevance
75 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.MultiValueAdapterKey1083 attributeIndices.put(this.attributes[i], i); in MultiValueAdapterKey()[all …]
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...