Home | History | Annotate | Download | only in music

Lines Matching refs:gpos

324         int gpos = ExpandableListView.getPackedPositionGroup(mi.packedPosition);
327 if (gpos == -1) {
332 gpos = gpos - getExpandableListView().getHeaderViewsCount();
333 mArtistCursor.moveToPosition(gpos);
355 Cursor c = (Cursor) getExpandableListAdapter().getChild(gpos, cpos);
360 gpos = gpos - getExpandableListView().getHeaderViewsCount();
361 mArtistCursor.moveToPosition(gpos);