Searched refs:thisSize (Results 1 – 1 of 1) sorted by relevance
716 final int thisSize = thisSources.size(); in equals() local720 while (thisIndex < thisSize || thatIndex < thatSize) { in equals()721 InsetsSource thisSource = thisIndex < thisSize in equals()731 thisSource = thisIndex < thisSize ? thisSources.valueAt(thisIndex) : null; in equals()