Searched refs:thatIndex (Results 1 – 1 of 1) sorted by relevance
740 int thatIndex = 0; in equals() local741 while (thisIndex < thisSize || thatIndex < thatSize) { in equals()755 InsetsSource thatSource = thatIndex < thatSize in equals()756 ? thatSources.valueAt(thatIndex) in equals()764 thatIndex++; in equals()765 thatSource = thatIndex < thatSize ? thatSources.valueAt(thatIndex) : null; in equals()773 thatIndex++; in equals()