Searched refs:rightExpGroupIndex (Results 1 – 1 of 1) sorted by relevance
114 int rightExpGroupIndex = numExpGroups - 1; in getUnflattenedPos() local140 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() local283 while (leftExpGroupIndex <= rightExpGroupIndex) { in getFlattenedPos()284 midExpGroupIndex = (rightExpGroupIndex - leftExpGroupIndex)/2 + leftExpGroupIndex; in getFlattenedPos()[all …]