Home
last modified time | relevance | path

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

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