Lines Matching refs:style
23 const style = { width: 200, height: 200 }; variable
67 style, field
86 const element = React.createElement(Video, { style, source, [propName]: value }); field
101 style, field
120 await mountAndWaitFor(<Video style={style} source={source} />, 'onLoadStart'); field
126 await mountAndWaitFor(<Video style={style} source={source} />, 'onLoad'); field
131 <Video style={style} source={videoRemoteSource} shouldPlay />, field
140 await mountAndWaitFor(<Video style={style} />, 'ref'); field
144 const status = await mountAndWaitFor(<Video style={style} source={mp4Source} />); field
150 <Video style={style} source={Asset.fromModule(mp4Source)} /> field
156 const status = await mountAndWaitFor(<Video style={style} source={videoRemoteSource} />); field
166 style={style} field
183 style={style} field
201 <Video style={style} source={{ uri: hlsStreamUriWithRedirect }} /> field
214 <Video style={style} source={{ uri: hlsStreamUri }} /> field
221 <Video style={style} source={redirectingVideoRemoteSource} /> field
227 await mountAndWaitFor(<Video style={style} source={videoRemoteSource} />); field
228 await mountAndWaitFor(<Video style={style} source={redirectingVideoRemoteSource} />); field
232 await mountAndWaitFor(<Video style={style} source={videoRemoteSource} />); field
234 <Video style={style} source={redirectingVideoRemoteSource} useNativeControls /> field
239 await mountAndWaitFor(<Video style={style} source={videoRemoteSource} useNativeControls />); field
240 await mountAndWaitFor(<Video style={style} source={redirectingVideoRemoteSource} />); field
248 <Video style={style} source={imageSource} shouldPlay />, field
261 <Video style={style} source={webmSource} shouldPlay />, field
287 style, field
296 style, field
307 style, field
319 style, field
329 style, field
340 style, field
351 style, field
363 style, field
381 style={style} field
414 <Video style={style} source={source} ref={refSetter} />, field
434 <Video style={style} source={source} ref={refSetter} />, field
453 <Video style={style} source={source} ref={refSetter} />, field
478 const props = { style, source, ref: refSetter }; field
491 const props = { style, source, ref: refSetter }; field
515 const props = { style, source, ref: refSetter }; field
528 const props = { style, source, ref: refSetter }; field
548 style,
574 style,
639 const props = { style, source, ref: refSetter }; field
654 const props = { style }; field
662 const props = { style }; field
673 const instance = await mountAndWaitFor(<Video style={style} usePoster />, 'ref'); field
682 const props = { style, source, ref: refSetter }; field
692 const props = { style, source, shouldPlay: true, ref: refSetter }; field
708 const props = { style, source, ref: refSetter }; field
716 const props = { style, source, ref: refSetter }; field
732 style,
758 const props = { onPlaybackStatusUpdate, source, style, ref: refSetter };
781 await mountAndWaitFor(<Video source={source} ref={refSetter} style={style} shouldPlay />); field
793 const props = { onPlaybackStatusUpdate, source, style, ref: refSetter };
845 const props = { style, source, shouldPlay: true, ref: refSetter }; field
853 const props = { style, source, shouldPlay: true, ref: refSetter }; field