Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DExpandableListConnector.java114 int rightExpGroupIndex = numExpGroups - 1; in getUnflattenedPos() local
140 while (leftExpGroupIndex <= rightExpGroupIndex) { in getUnflattenedPos()
142 (rightExpGroupIndex - leftExpGroupIndex) / 2 in getUnflattenedPos()
157 rightExpGroupIndex = midExpGroupIndex - 1; in getUnflattenedPos()
220 } else if (rightExpGroupIndex < midExpGroupIndex) { in getUnflattenedPos()
227 final GroupMetadata rightExpGm = egml.get(++rightExpGroupIndex); in getUnflattenedPos()
229 insertPosition = rightExpGroupIndex; in getUnflattenedPos()
264 int rightExpGroupIndex = numExpGroups - 1; in getFlattenedPos() local
283 while (leftExpGroupIndex <= rightExpGroupIndex) { in getFlattenedPos()
284 midExpGroupIndex = (rightExpGroupIndex - leftExpGroupIndex)/2 + leftExpGroupIndex; in getFlattenedPos()
[all …]