Home | History | Annotate | Download | only in music

Lines Matching refs:gpos

330         int gpos = ExpandableListView.getPackedPositionGroup(mi.packedPosition);
333 if (gpos == -1) {
338 gpos = gpos - getExpandableListView().getHeaderViewsCount();
339 mArtistCursor.moveToPosition(gpos);
359 Cursor c = (Cursor) getExpandableListAdapter().getChild(gpos, cpos);
364 gpos = gpos - getExpandableListView().getHeaderViewsCount();
365 mArtistCursor.moveToPosition(gpos);