Searched refs:nativeEvent (Results 1 – 11 of 11) sorted by relevance
29 onLayout={({nativeEvent}) => {31 onLayout?.(index, nativeEvent.layout.height);
86 evt.nativeEvent.layout.height;180 e.nativeEvent.contentOffset.y +181 e.nativeEvent.layoutMeasurement.height / 2;239 setLayout(e.nativeEvent.layout);
164 onSubmitEditing={({nativeEvent}) => {165 if (nativeEvent) {167 nativeEvent.text,170 this.setState({filterValue: nativeEvent.text});
248 onSubmitEditing={({nativeEvent}) => {249 if (nativeEvent) {251 nativeEvent.text,254 this.setState({filterValue: nativeEvent.text});
175 layoutRef.current = evt.nativeEvent.layout;183 initDragPageY.current = e.nativeEvent.pageY;184 initDragLocationY.current = e.nativeEvent.locationY;190 e.nativeEvent.pageY -246 (e.nativeEvent.pageY -288 contentOffsetYRef.current = e.nativeEvent.contentOffset.y;
155 setMenuIconLayout(evt.nativeEvent.layout);
130 e.nativeEvent.contentOffset.y / ITEM_HEIGHT135 e.nativeEvent.contentOffset.y / ITEM_HEIGHT173 minOffsetYRef.current = e.nativeEvent.contentOffset.y;178 e.nativeEvent.contentOffset.y / ITEM_HEIGHT
85 onPanResponderRelease: ({nativeEvent}, gestureState) => { property98 top: nativeEvent.pageY,384 onScrollAnimationEnd({nativeEvent}) { argument386 nativeEvent.contentOffset.x / Math.floor(width),
42 const currentY = e.nativeEvent.contentOffset.y;
57 // console.log(evt.nativeEvent.layout);
209 musicItemWidthValue.value = e.nativeEvent.layout.width;