Home | History | Annotate | Download | only in widget

Lines Matching refs:gPos

35  * <li> gPos - Group position, the position of a group among all the groups
164 midExpGm.gPos, -1, midExpGm, midExpGroupIndex);
177 midExpGm.gPos, childPos, midExpGm, midExpGroupIndex);
219 (flPos - leftExpGm.lastChildFlPos) + leftExpGm.gPos;
237 groupPos = rightExpGm.gPos - (rightExpGm.flPos - flPos);
287 if (pos.groupPos > midExpGm.gPos) {
292 } else if (pos.groupPos < midExpGm.gPos) {
297 } else if (pos.groupPos == midExpGm.gPos) {
345 + (pos.groupPos - leftExpGm.gPos);
360 - (rightExpGm.gPos - pos.groupPos);
533 int newGPos = findGroupPosition(curGm.gId, curGm.gPos);
534 if (newGPos != curGm.gPos) {
541 curGm.gPos = newGPos;
563 gChildrenCount = mExpandableListAdapter.getChildrenCount(curGm.gPos);
579 curFlPos += (curGm.gPos - lastGPos);
580 lastGPos = curGm.gPos;
628 mExpandableListAdapter.onGroupCollapsed(posMetadata.groupMetadata.gPos);
671 collapseGroup(collapsedGm.gPos);
694 mExpandableListAdapter.onGroupExpanded(expandedGm.gPos);
709 if (groupMetadata.gPos == groupPosition) {
751 if (expandedGroupMetadataList.get(i).gPos >= numGroups) {
892 int gPos;
902 static GroupMetadata obtain(int flPos, int lastChildFlPos, int gPos, long gId) {
906 gm.gPos = gPos;
916 return gPos - another.gPos;
926 dest.writeInt(gPos);