Searched refs:playList (Results 1 – 4 of 4) sorted by relevance
78 const playList = playListStore.getValue(); constant79 const len = playList.length;84 return playList[(index + len) % len];
86 const playList = TrackPlayer.usePlayList();92 const id = playList.findIndex(_ =>116 style.playList,127 data={playList}136 playList: {
12 const playList = TrackPlayer.usePlayList();23 ({playList.length}首)
321 const playList = getPlayList(); constant333 newPlayList = produce(playList, draft => {352 newPlayList = produce(playList, draft => {371 const playList = getPlayList();381 newPlayList = shuffle(playList);383 newPlayList = sortByTimestampAndIndex(playList, true);