Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DExpandableListView.java392 int lastItemType = ~(ExpandableListPosition.CHILD | ExpandableListPosition.GROUP); in dispatchDraw() local
426 if (pos.position.type != lastItemType) { in dispatchDraw()
449 lastItemType = pos.position.type; in dispatchDraw()