/MusicFree/src/utils/ |
H A D | qualities.ts | 26 const right = qualityKeys.slice(idx + 1); constant 29 return [qualityKey, ...right, ...left.reverse()]; 32 return [qualityKey, ...left.reverse(), ...right];
|
/MusicFree/src/pages/musicDetail/components/ |
H A D | background.tsx | 28 right: 0, 38 right: 0,
|
/MusicFree/src/core/musicSheet/ |
H A D | sortedMusicList.ts | 246 let [left, right] = [0, this.array.length]; 249 while (left < right) { 250 mid = Math.floor((left + right) / 2); 262 right = mid; 266 return left === right ? -1 : left;
|
/MusicFree/src/components/base/ |
H A D | listItem.tsx | 89 position?: 'left' | 'right' | 'none'; 111 marginLeft: position === 'right' ? defaultPadding : 0, 133 position?: 'left' | 'right' | 'none'; 158 marginLeft: position === 'right' ? defaultPadding : 0, 186 position?: 'left' | 'right'; 207 marginLeft: position === 'right' ? defaultPadding : 0,
|
H A D | icon.tsx | 11 import ArrowRightEndOnRectangleIcon from '@/assets/icons/arrow-right-end-on-rectangle.svg'; 14 import ArrowsLeftRightIcon from '@/assets/icons/arrows-left-right.svg'; 65 import SkipRightIcon from '@/assets/icons/skip-right.svg'; 82 | 'arrow-right-end-on-rectangle' 85 | 'arrows-left-right' 136 | 'skip-right' 160 'arrow-right-end-on-rectangle': ArrowRightEndOnRectangleIcon, 163 'arrows-left-right': ArrowsLeftRightIcon, 214 'skip-right': SkipRightIcon,
|
H A D | horizontalSafeAreaView.tsx | 15 <SafeAreaView style={style} mode={mode} edges={['right', 'left']}>
|
H A D | pageBackground.tsx | 45 right: 0,
|
H A D | fab.tsx | 45 right: rpx(36),
|
H A D | checkbox.tsx | 44 right: slop,
|
H A D | appBar.tsx | 200 right: rpx(24), 269 transformOrigin: 'right top',
|
/MusicFree/src/pages/setting/settingTypes/ |
H A D | basicSetting.tsx | 44 right: <ThemeSwitch value={value} onValueChange={onPress} />, 73 right: ( 304 right: ( 385 right: ( 418 right: ( 437 right: ( 456 right: ( 495 right: undefined, 521 right: undefined, 572 const Right = item.right; [all …]
|
/MusicFree/src/components/debug/ |
H A D | index.tsx | 20 right: 0,
|
/MusicFree/src/components/musicBar/ |
H A D | index.tsx | 43 right: 10, 88 paddingRight: safeAreaInsets.right + rpx(24),
|
/MusicFree/src/pages/setting/settingTypes/pluginSetting/views/ |
H A D | pluginSubscribe.tsx | 120 position="right" 158 right: rpx(36),
|
/MusicFree/src/components/panels/base/ |
H A D | panelFullscreen.tsx | 184 right: 0, 197 right: 0,
|
H A D | panelBase.tsx | 231 right: 0, 243 right: 0,
|
/MusicFree/src/pages/searchPage/ |
H A D | index.tsx | 36 <SafeAreaView edges={['left', 'right']} style={style.wrapper}>
|
/MusicFree/src/pages/musicDetail/components/bottom/ |
H A D | playControl.tsx | 63 name={'skip-right'}
|
/MusicFree/src/pages/home/components/drawer/ |
H A D | index.tsx | 155 position="right" 250 <ListItem.ListItemText position="right" fontSize="subTitle">
|
/MusicFree/src/pages/setting/settingTypes/pluginSetting/components/ |
H A D | pluginItem.tsx | 81 icon: 'arrow-right-end-on-rectangle', 113 icon: 'arrow-right-end-on-rectangle',
|
/MusicFree/src/pages/searchPage/components/ |
H A D | navBar.tsx | 133 right: rpx(16),
|
/MusicFree/src/core/trackPlayer/ |
H A D | index.ts | 71 const right = Math.min( 75 const left = Math.max(0, right - maxMusicQueueLength); 76 queue = queue.slice(left, right);
|
/MusicFree/src/pages/musicDetail/components/content/lyric/ |
H A D | lyricOperations.tsx | 53 name="arrows-left-right"
|
H A D | index.tsx | 417 right: 0, 435 textAlign: 'right',
|
/MusicFree/src/components/dialogs/components/ |
H A D | editSheetDetail.tsx | 114 textAlign="right"
|