Home
last modified time | relevance | path

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

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
DSetterStore.java1100 final int thatIndex = that.attributeIndices.get(this.attributes[i]); in equals() local
1102 final String thatParameter = that.parameterTypes[thatIndex]; in equals()