Home
last modified time | relevance | path

Searched refs:height (Results 1 – 25 of 112) sorted by relevance

12345

/MusicFree/src/hooks/
H A DuseOrientation.ts11 const {width, height} = windowSize; constant
12 if (width < height) {
18 if (e.window.width < e.window.height) {
/MusicFree/src/utils/
H A Drpx.ts4 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 DsimpleSelect.tsx16 height?: number;
24 height = rpx(520),
34 height={height}
78 height: rpx(96),
H A DtimingClose.tsx212 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 DcolorPicker.tsx118 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 DcreateMusicSheet.tsx27 height={vmax(30)}
28 keyboardAvoidBehavior="height"
78 height: rpx(100),
H A DsimpleInput.tsx39 keyboardAvoidBehavior="height"
40 height={vmax(30)}
103 height: rpx(100),
/MusicFree/src/components/base/
H A DcolorBlock.tsx34 height: rpx(50),
41 height: '100%',
50 height: '100%',
H A Dloading.tsx10 height?: number;
15 const {showText = true, height, text, color} = props;
18 <View style={[style.wrapper, {height}]}>
H A Ddivider.tsx29 height: 1,
32 height: '100%',
H A DSortableFlatList.tsx128 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 DimageBtn.tsx39 height: rpx(290),
45 height: rpx(210),
H A Dfab.tsx41 height: rpx(108),
51 height: 5,
/MusicFree/src/components/panels/base/
H A DpanelBase.tsx37 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 Dindex.tsx86 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 Dheader.tsx34 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 Dindex.tsx16 height: rpx(156),
29 height: rpx(240),
/MusicFree/src/pages/setting/settingTypes/themeSetting/
H A DlogoCard.tsx50 height: rpx(160),
58 height: rpx(136),
68 height: '100%',
H A DthemeCard.tsx68 height: rpx(160),
76 height: rpx(136),
86 height: '100%',
/MusicFree/src/lib/react-native-vdebug/
H A Dindex.js26 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 Dbackground.tsx24 height: '100%',
34 height: '100%',
/MusicFree/src/pages/sheetDetail/components/
H A Dheader.tsx42 height: rpx(300),
50 height: rpx(210),
56 height: rpx(140),
/MusicFree/src/pages/fileSelector/
H A DfileItem.tsx83 height: ITEM_HEIGHT,
97 height: '100%',
101 height: '100%',
/MusicFree/src/components/dialogs/components/base/
H A Dindex.tsx263 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 DaboutSetting.tsx151 height: rpx(400),
157 height: '100%',
161 height: rpx(150),
173 height: rpx(330),

12345