Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsState.java716 final int thisSize = thisSources.size(); in equals() local
720 while (thisIndex < thisSize || thatIndex < thatSize) { in equals()
721 InsetsSource thisSource = thisIndex < thisSize in equals()
731 thisSource = thisIndex < thisSize ? thisSources.valueAt(thisIndex) : null; in equals()