/MusicFree/src/assets/icons/ |
H A D | repeat-song.svg | 1 <svg width="24.000000" height="24.000000" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/… 2 …<path id="Vector" d="M5 19L3 17L5 15M3 17L17 17" stroke="currentColor" stroke-width="1.500000" str… 3 …<path id="Ellipse 57" d="M7 7C4.79086 7 3 8.79089 3 11" stroke="currentColor" stroke-width="1.5000… 4 …<path id="Ellipse 58" d="M17 17C19.2091 17 21 15.2091 21 13" stroke="currentColor" stroke-width="1… 5 …<path id="Vector" d="M19 5L21 7L19 9M21 7L7 7" stroke="currentColor" stroke-width="1.500000" strok… 6 <path id="Vector" d="M12 15L12 10L10 11" stroke="currentColor" stroke-width="1.200000"/>
|
H A D | repeat-song-1.svg | 1 <svg width="24.000000" height="24.000000" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/… 2 …<path id="Vector" d="M5 19L3 17L5 15M3 17L17 17" stroke="currentColor" stroke-width="1.500000" str… 3 …<path id="Ellipse 57" d="M7 7C4.79086 7 3 8.79089 3 11" stroke="currentColor" stroke-width="1.5000… 4 …<path id="Ellipse 58" d="M17 17C19.2091 17 21 15.2091 21 13" stroke="currentColor" stroke-width="1… 5 …<path id="Vector" d="M19 5L21 7L19 9M21 7L7 7" stroke="currentColor" stroke-width="1.500000" strok…
|
H A D | shuffle.svg | 1 <svg width="24.000000" height="24.000000" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/… 2 …718 14.8597 7 16.2648 7L21 7M19 5L21 7L19 9" stroke="currentColor" stroke-width="1.500000" stroke-… 3 …20.9999 17M18.9999 19L20.9999 17L18.9999 15" stroke="currentColor" stroke-width="1.500000" stroke-…
|
H A D | motion-play.svg | 1 <svg width="24.000000" height="24.000000" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/… 2 …0043 10.8068 3.22906 9.65906 3.68597 8.5568" stroke="currentColor" stroke-width="1.500000" stroke-… 3 …16.0388 11.7434 16.1032 11.8527 16.1032 12Z" stroke="currentColor" stroke-width="1.500000" stroke-…
|
/MusicFree/src/components/base/ |
H A D | listItem.tsx | 88 width?: number; 103 width, 112 width: fixedWidth ? width ?? defaultActionWidth : undefined, 113 flexBasis: fixedWidth ? width ?? defaultActionWidth : undefined, 132 width?: number; 147 width, 159 width: fixedWidth ? width ?? defaultActionWidth : undefined, 160 flexBasis: fixedWidth ? width ?? defaultActionWidth : undefined, 185 width?: number; 199 width, [all …]
|
H A D | colorBlock.tsx | 33 width: rpx(76), 40 width: '100%', 49 width: '100%',
|
H A D | divider.tsx | 28 width: '100%', 33 width: 1,
|
/MusicFree/src/constants/ |
H A D | globalStyle.ts | 10 width: '100%', 15 width: '100%', 21 width: '100%',
|
/MusicFree/android/app/src/main/java/fun/upup/musicfree/lyricUtil/ |
H A D | LyricView.kt | 77 layoutParams?.width = (this.widthPercent * windowWidth).toInt() in <lambda>() 82 layoutParams?.x = (this.leftPercent * (windowWidth - layoutParams!!.width)).toInt() in <lambda>() 124 layoutParams?.width = (widthPercent * windowWidth).toInt() in <lambda>() 125 … layoutParams?.x = (leftPercent * (windowWidth - layoutParams!!.width)).toInt() in <lambda>() 188 layoutParams?.x = (percent * (windowWidth - layoutParams!!.width)).toInt() in <lambda>() 206 val width = (percent * windowWidth).toInt() in <lambda>() constant 207 val originalWidth = layoutParams?.width ?: 0 in <lambda>() 208 layoutParams?.x = if (width <= originalWidth) { in <lambda>() 209 layoutParams!!.x + (originalWidth - width) / 2 in <lambda>() 211 layoutParams!!.x - (width - originalWidth) / 2 in <lambda>() [all …]
|
/MusicFree/src/hooks/ |
H A D | useOrientation.ts | 11 const {width, height} = windowSize; constant 12 if (width < height) { 18 if (e.window.width < e.window.height) {
|
/MusicFree/src/utils/ |
H A D | rpx.ts | 3 const windowWidth = Dimensions.get('window').width; 17 return (pct / 100) * Dimensions.get('window').width; 33 return (pct / 100) * Dimensions.get('screen').width;
|
/MusicFree/src/pages/setting/settingTypes/themeSetting/ |
H A D | logoCard.tsx | 49 width: rpx(160), 57 width: rpx(136), 64 width: rpx(160), 67 width: '100%',
|
H A D | themeCard.tsx | 67 width: rpx(160), 75 width: rpx(136), 82 width: rpx(160), 85 width: '100%',
|
/MusicFree/src/components/panels/types/ |
H A D | timingClose.tsx | 208 width: '100%', 211 width: '100%', 221 width: '100%', 225 width: '100%', 232 width: '100%', 242 width: '100%', 330 width: rpx(750), 338 width: rpx(750), 350 width: rpx(702), 359 width: rpx(108), [all …]
|
H A D | colorPicker.tsx | 273 width: '100%', 281 width: '100%', 287 width: areaSize, 303 width: rpx(48), 312 width: rpx(24), 322 width: rpx(56), 331 width: rpx(76), 338 width: '100%', 345 width: '100%', 357 width: '100%',
|
H A D | setFontSize.tsx | 62 width: '100%', 69 width: '100%', 78 width: rpx(72),
|
/MusicFree/src/components/dialogs/components/base/ |
H A D | index.tsx | 43 width: vw(100) - rpx(72), 46 width: '80%', 268 width: '100%', 278 width: '100%', 286 width: '80%', 291 width: 0, 307 width: '100%', 314 width: '100%', 320 width: '100%',
|
/MusicFree/src/lib/react-native-vdebug/ |
H A D | index.js | 26 const {width, height} = Dimensions.get('window'); constant 207 x: width * cardIndex, 386 nativeEvent.contentOffset.x / Math.floor(width), 410 <View key={index} style={{width: width}}> 455 width, property 460 width, property 478 width, property 482 width, property 508 width: 60, property 519 shadowOffset: {width: 0, height: 1}, property [all …]
|
/MusicFree/src/pages/home/components/drawer/ |
H A D | index.tsx | 105 width={rpx(48)} 127 width={rpx(48)} 151 width={rpx(48)} 168 width={rpx(48)} 185 width={rpx(48)} 197 width={rpx(48)} 219 width: '100%', 248 <ListItem.ListItemIcon icon="alarm-outline" width={rpx(48)} />
|
/MusicFree/src/pages/musicDetail/components/ |
H A D | background.tsx | 23 width: '100%', 33 width: '100%',
|
/MusicFree/src/pages/searchPage/components/resultPanel/ |
H A D | index.tsx | 50 width: 'auto', 56 width: rpx(160), 74 initialLayout={{width: vw(100)}}
|
/MusicFree/src/pages/recommendSheets/components/body/ |
H A D | index.tsx | 31 width: 'auto', 40 width: rpx(160), 72 initialLayout={{width: vw(100)}}
|
/MusicFree/src/pages/topList/components/ |
H A D | topListBody.tsx | 48 width: rpx(160), 66 initialLayout={{width: rpx(750)}} 78 width: 'auto',
|
/MusicFree/src/components/panels/types/searchLrc/ |
H A D | index.tsx | 80 width: rpx(750), 92 width: rpx(750), 150 width: 'auto', 159 width: rpx(160), 177 initialLayout={{width: vw(100)}}
|
/MusicFree/src/pages/setting/settingTypes/ |
H A D | aboutSetting.tsx | 146 width: '100%', 150 width: rpx(750), 156 width: rpx(600), 160 width: rpx(150), 172 width: rpx(330),
|