Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsState.java712 final SparseArray<InsetsSource> thatSources = state.mSources; in equals() local
714 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()