Searched refs:thatSources (Results 1 – 1 of 1) sorted by relevance
712 final SparseArray<InsetsSource> thatSources = state.mSources; in equals() local714 return thisSources.contentEquals(thatSources); in equals()717 final int thatSize = thatSources.size(); in equals()735 ? thatSources.valueAt(thatIndex) in equals()744 thatSource = thatIndex < thatSize ? thatSources.valueAt(thatIndex) : null; in equals()