Home
last modified time | relevance | path

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

/aosp12/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.java380 final int lastChildFlPos = mItemCount - getFooterViewsCount() - headerViewsCount - 1; in dispatchDraw() local
404 } else if (childFlPos > lastChildFlPos) { in dispatchDraw()
496 (pos.groupMetadata.lastChildFlPos == pos.groupMetadata.flPos); in getIndicator()
508 final int stateSet[] = pos.position.flatListPos == pos.groupMetadata.lastChildFlPos in getIndicator()
540 pos.groupMetadata.lastChildFlPos != pos.groupMetadata.flPos)) { in drawDivider()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70745 Landroid/widget/ExpandableListConnector$GroupMetadata;->lastChildFlPos:I