Home
last modified time | relevance | path

Searched refs:panelHeight (Results 1 – 1 of 1) sorted by relevance

/MusicFree/src/lib/react-native-vdebug/
H A Dindex.js61 panelHeight: new Animated.Value(0), property
153 this.state.panelHeight.setValue(
154 this.state.panelHeight._value ? 0 : this.containerHeight,
397 style={[styles.panel, {height: this.state.panelHeight}]}>