Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteCollectionItemsAdapter.java121 int lastViewType = -1; in initLayoutIdToViewType() local
130 int viewType = IntStream.range(lastViewType + 1, layoutIds.length) in initLayoutIdToViewType()
140 lastViewType = viewType; in initLayoutIdToViewType()