/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 | 4 const windowHeight = Dimensions.get('window').height; 13 return (pct / 100) * Dimensions.get('window').height; 29 return (pct / 100) * Dimensions.get('screen').height;
|
/MusicFree/src/components/panels/types/ |
H A D | simpleSelect.tsx | 16 height?: number; 24 height = rpx(520), 34 height={height} 78 height: rpx(96),
|
H A D | timingClose.tsx | 212 height: ITEM_HEIGHT, 215 height: 3 * ITEM_HEIGHT, 224 height: ITEM_HEIGHT, 231 height: rpx(1), 241 height: rpx(1), 269 height={rpx(750)} 332 height: rpx(90), 351 height: rpx(108), 360 height: rpx(108), 368 height: rpx(108),
|
H A D | colorPicker.tsx | 118 height={rpx(750)} 276 height: rpx(100), 288 height: areaSize, 304 height: areaSize, 313 height: rpx(24), 323 height: rpx(8), 332 height: rpx(50), 339 height: '100%', 358 height: '100%',
|
H A D | createMusicSheet.tsx | 27 height={vmax(30)} 28 keyboardAvoidBehavior="height" 78 height: rpx(100),
|
H A D | simpleInput.tsx | 39 keyboardAvoidBehavior="height" 40 height={vmax(30)} 103 height: rpx(100),
|
/MusicFree/src/components/base/ |
H A D | colorBlock.tsx | 34 height: rpx(50), 41 height: '100%', 50 height: '100%',
|
H A D | loading.tsx | 10 height?: number; 15 const {showText = true, height, text, color} = props; 18 <View style={[style.wrapper, {height}]}>
|
H A D | divider.tsx | 29 height: 1, 32 height: '100%',
|
H A D | SortableFlatList.tsx | 128 listContentHeight - (layoutRef.current?.height ?? 0) - 2 && 138 listContentHeight - (layoutRef.current?.height ?? 0), 198 (layoutRef.current?.height ?? 0) - itemHeight 201 (layoutRef.current?.height ?? 0) - itemHeight; 216 (layoutRef.current?.height ?? 0) - 3 * itemHeight 221 (layoutRef.current?.height ?? 0) + 347 // 省一点性能,height是顺着传下来的,放ref就好了 351 height: itemHeight, 358 height: itemHeight, 416 height: itemHeight, [all …]
|
H A D | imageBtn.tsx | 39 height: rpx(290), 45 height: rpx(210),
|
H A D | fab.tsx | 41 height: rpx(108), 51 height: 5,
|
/MusicFree/src/components/panels/base/ |
H A D | panelBase.tsx | 37 keyboardAvoidBehavior?: 'height' | 'padding' | 'position' | 'none'; 38 height?: number; 45 height = vh(60), 58 () => (orientation === 'horizontal' ? rpx(750) : height), 105 setKeyboardHeight(event.endCoordinates.height); 188 height: 191 : height - 228 height: '100%',
|
/MusicFree/src/pages/musicDetail/components/content/lyric/ |
H A D | index.tsx | 86 evt.nativeEvent.layout.height; 93 (index: number, height: number) => { 94 itemHeightsRef.current[index] = height; 181 e.nativeEvent.layoutMeasurement.height / 2; 184 let height = itemHeights.blankHeight!; 185 if (offset <= height) { 190 height += itemHeights[i] ?? 0; 191 if (height > offset) { 347 layout?.height 350 (layout.height - ITEM_HEIGHT) / 2, [all …]
|
/MusicFree/src/pages/artistDetail/components/ |
H A D | header.tsx | 34 height: heightValue.value, 106 height: headerHeight, 112 height: rpx(144), 119 height: rpx(240), 126 height: rpx(144),
|
/MusicFree/src/pages/musicDetail/components/bottom/ |
H A D | index.tsx | 16 height: rpx(156), 29 height: rpx(240),
|
/MusicFree/src/pages/setting/settingTypes/themeSetting/ |
H A D | logoCard.tsx | 50 height: rpx(160), 58 height: rpx(136), 68 height: '100%',
|
H A D | themeCard.tsx | 68 height: rpx(160), 76 height: rpx(136), 86 height: '100%',
|
/MusicFree/src/lib/react-native-vdebug/ |
H A D | index.js | 26 const {width, height} = Dimensions.get('window'); constant 53 this.containerHeight = (height / 3) * 2; 299 height: this.state.historyFilter.length ? 120 : 40, 306 {height: this.state.historyFilter.length ? 80 : 0}, 397 style={[styles.panel, {height: this.state.panelHeight}]}> 468 height: 40, property 488 height: 40, property 492 height: 40, property 516 bottom: height / 2, 519 shadowOffset: {width: 0, height: 1}, property [all …]
|
/MusicFree/src/pages/musicDetail/components/ |
H A D | background.tsx | 24 height: '100%', 34 height: '100%',
|
/MusicFree/src/pages/sheetDetail/components/ |
H A D | header.tsx | 42 height: rpx(300), 50 height: rpx(210), 56 height: rpx(140),
|
/MusicFree/src/pages/fileSelector/ |
H A D | fileItem.tsx | 83 height: ITEM_HEIGHT, 97 height: '100%', 101 height: '100%',
|
/MusicFree/src/components/dialogs/components/base/ |
H A D | index.tsx | 263 height: rpx(72), 269 height: '100%', 279 height: '100%', 292 height: 2, 306 height: rpx(88), 321 height: rpx(88),
|
/MusicFree/src/pages/setting/settingTypes/ |
H A D | aboutSetting.tsx | 151 height: rpx(400), 157 height: '100%', 161 height: rpx(150), 173 height: rpx(330),
|