Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DExpandableListConnector.java146 if (flPos > midExpGm.lastChildFlPos) { in getUnflattenedPos()
165 } else if (flPos <= midExpGm.lastChildFlPos in getUnflattenedPos()
219 (flPos - leftExpGm.lastChildFlPos) + leftExpGm.gPos; in getUnflattenedPos()
344 leftExpGm.lastChildFlPos in getFlattenedPos()
562 if ((curGm.lastChildFlPos == GroupMetadata.REFRESH) || forceChildrenCountRefresh) { in refreshExpGroupMetadataList()
568 gChildrenCount = curGm.lastChildFlPos - curGm.flPos; in refreshExpGroupMetadataList()
585 curGm.lastChildFlPos = curFlPos; in refreshExpGroupMetadataList()
887 int lastChildFlPos; field in ExpandableListConnector.GroupMetadata
902 static GroupMetadata obtain(int flPos, int lastChildFlPos, int gPos, long gId) { in obtain() argument
905 gm.lastChildFlPos = lastChildFlPos; in obtain()
[all …]
H A DExpandableListView.java381 final int lastChildFlPos = mItemCount - getFooterViewsCount() - headerViewsCount - 1; in dispatchDraw() local
405 } else if (childFlPos > lastChildFlPos) { in dispatchDraw()
497 (pos.groupMetadata.lastChildFlPos == pos.groupMetadata.flPos); in getIndicator()
509 final int stateSet[] = pos.position.flatListPos == pos.groupMetadata.lastChildFlPos in getIndicator()
541 pos.groupMetadata.lastChildFlPos != pos.groupMetadata.flPos)) { in drawDivider()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67422 Landroid/widget/ExpandableListConnector$GroupMetadata;->lastChildFlPos:I