Searched refs:thisSources (Results 1 – 1 of 1) sorted by relevance
711 final SparseArray<InsetsSource> thisSources = mSources; in equals() local714 return thisSources.contentEquals(thatSources); in equals()716 final int thisSize = thisSources.size(); in equals()722 ? thisSources.valueAt(thisIndex) in equals()731 thisSource = thisIndex < thisSize ? thisSources.valueAt(thisIndex) : null; in equals()