Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DInsetsState.java740 int thatIndex = 0; in equals() local
741 while (thisIndex < thisSize || thatIndex < thatSize) { in equals()
755 InsetsSource thatSource = thatIndex < thatSize in equals()
756 ? thatSources.valueAt(thatIndex) in equals()
764 thatIndex++; in equals()
765 thatSource = thatIndex < thatSize ? thatSources.valueAt(thatIndex) : null; in equals()
773 thatIndex++; in equals()