Home
last modified time | relevance | path

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

/MusicFree/src/lib/react-native-vdebug/
H A Dindex.js58 currentPageIndex: 0, property
159 const tabName = this.state.panels[this.state.currentPageIndex].title;
215 const item = this.refsObj[this.state.currentPageIndex];
238 if (index != this.state.currentPageIndex) {
240 this.setState({currentPageIndex: index});
247 index === this.state.currentPageIndex &&
385 const currentPageIndex = Math.floor(
388 currentPageIndex != this.state.currentPageIndex &&
390 currentPageIndex: currentPageIndex, property