Searched refs:play (Results 1 – 15 of 15) sorted by relevance
/MusicFree/src/components/base/ |
H A D | icon.tsx | 47 import MotionPlayIcon from '@/assets/icons/motion-play.svg'; 53 import PlayCircleOutlineIcon from '@/assets/icons/play-circle-outline.svg'; 54 import PlayCircleIcon from '@/assets/icons/play-circle.svg'; 55 import PlayIcon from '@/assets/icons/play.svg'; 118 | 'motion-play' 124 | 'play-circle-outline' 125 | 'play-circle' 126 | 'play' 196 'motion-play': MotionPlayIcon, 202 'play-circle-outline': PlayCircleOutlineIcon, [all …]
|
H A D | playAllBar.tsx | 54 name="play-circle"
|
/MusicFree/src/components/panels/types/ |
H A D | musicQuality.tsx | 16 type?: 'play' | 'download'; 29 const {musicItem, onQualityPress, type = 'play'} = props ?? {}; 37 title={`设置${type === 'play' ? '播放' : '下载'}音质`}
|
H A D | musicItemOptions.tsx | 104 icon: 'motion-play',
|
/MusicFree/src/core/trackPlayer/ |
H A D | index.ts | 142 await play(null, true); 312 play(Array.isArray(musicItem) ? musicItem[0] : musicItem); 360 await play(currentMusic, true); 421 await ReactNativeTrackPlayer.play(); 450 const play = async ( constant 502 await ReactNativeTrackPlayer.play(); 665 play(musicItem, forcePlay); 711 await play(musicItem, true); 721 await play(getPlayListMusicAt(currentIndex + 1), true); 730 await play( [all …]
|
/MusicFree/src/service/ |
H A D | index.ts | 11 RNTrackPlayer.addEventListener(Event.RemotePlay, () => TrackPlayer.play()); 48 return TrackPlayer.play();
|
/MusicFree/src/pages/musicDetail/components/bottom/ |
H A D | playControl.tsx | 51 name={musicIsPaused(musicState) ? 'play' : 'pause'} 55 TrackPlayer.play();
|
/MusicFree/src/pages/searchPage/components/resultPanel/results/ |
H A D | musicResultItem.tsx | 31 TrackPlayer.play(musicItem);
|
/MusicFree/src/components/musicBar/ |
H A D | index.tsx | 38 name={isPaused ? 'play' : 'pause'} 49 await TrackPlayer.play();
|
/MusicFree/src/entry/ |
H A D | bootstrap.ts | 248 TrackPlayer.play(musicItem); 266 TrackPlayer.play();
|
/MusicFree/src/components/musicSheetPage/components/ |
H A D | sheetMusicList.tsx | 46 TrackPlayer.play(musicItem);
|
/MusicFree/src/components/mediaItem/ |
H A D | musicItem.tsx | 49 TrackPlayer.play(musicItem);
|
/MusicFree/src/pages/musicListEditor/components/ |
H A D | bottom.tsx | 46 icon="motion-play"
|
/MusicFree/src/components/panels/types/playList/ |
H A D | body.tsx | 31 TrackPlayer.play(item);
|
/MusicFree/src/pages/musicDetail/components/content/lyric/ |
H A D | index.tsx | 204 await TrackPlayer.play(); 365 name="play"
|