Home | History | Annotate | Download | only in music

Lines Matching full:gpos

329         int gpos = ExpandableListView.getPackedPositionGroup(mi.packedPosition);
332 if (gpos == -1) {
337 gpos = gpos - getExpandableListView().getHeaderViewsCount();
338 mArtistCursor.moveToPosition(gpos);
358 Cursor c = (Cursor) getExpandableListAdapter().getChild(gpos, cpos);
363 gpos = gpos - getExpandableListView().getHeaderViewsCount();
364 mArtistCursor.moveToPosition(gpos);