Home
last modified time | relevance | path

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

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