Home
last modified time | relevance | path

Searched refs:Stop (Results 1 – 25 of 59) sorted by relevance

123

/expo/apps/native-component-list/src/screens/SVG/examples/
H A DGradients.tsx18 <Stop offset="1" stopColor="red" />
34 <Stop offset="100%" stopColor="red" stopOpacity="1" />
56 <Stop offset="0%" stopColor="#000" stopOpacity="1" />
71 <Stop offset="0%" stopColor="#000" stopOpacity="1" />
90 <Stop offset="100%" stopColor="red" stopOpacity="1" />
119 <Stop offset="0" stopColor="#ff0" stopOpacity="1" />
122 <Stop offset="1" stopColor="#83a" stopOpacity="1" />
138 <Stop offset="0%" stopColor="#fff" stopOpacity="1" />
155 <Stop offset="0%" stopColor="#fff" stopOpacity="0" />
172 <Stop offset="0%" stopColor="#fff" stopOpacity="1" />
[all …]
H A DReusable.tsx6 const { Defs, G, Path, Use, Symbol, Circle, ClipPath, LinearGradient, RadialGradient, Stop, Rect } =
63 <Stop offset="0%" stopColor="yellow" />
64 <Stop offset="50%" stopColor="red" />
65 <Stop offset="100%" stopColor="blue" />
68 <Stop offset="0%" stopColor="yellow" />
69 <Stop offset="50%" stopColor="red" />
70 <Stop offset="100%" stopColor="blue" />
H A DText.tsx6 const { LinearGradient, Stop, Defs, Path, G, TSpan } = Svg;
49 <Stop offset="100%" stopColor="red" stopOpacity="0" />
50 <Stop offset="0%" stopColor="blue" stopOpacity="0.5" />
75 <Stop offset="0%" stopColor="rgb(255,255,0)" stopOpacity="0.5" />
76 <Stop offset="100%" stopColor="red" stopOpacity="1" />
H A DStroking.tsx6 const { Path, Rect, G, Defs, Stop, RadialGradient, Polyline, ClipPath, Circle, Text } = Svg;
96 <Stop offset="50%" stopColor="#fff" stopOpacity="0.5" />
97 <Stop offset="100%" stopColor="#f00" stopOpacity="1" />
H A DClipping.tsx6 const { ClipPath, Defs, RadialGradient, Stop, Rect, Text, Ellipse, G, Polygon, Path, Circle, Use } =
16 <Stop offset="0%" stopColor="#ff0" stopOpacity="1" />
17 <Stop offset="100%" stopColor="#00f" stopOpacity="1" />
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/Surface/
H A DABI49_0_0RCTSurfaceProtocol.h70 #pragma mark - Start & Stop
H A DABI49_0_0RCTSurface.mm575 // The Start&Stop feature is not implemented for regular Surface yet.
581 // The Start&Stop feature is not implemented for regular Surface yet.
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/Surface/
H A DABI48_0_0RCTSurfaceProtocol.h70 #pragma mark - Start & Stop
H A DABI48_0_0RCTSurface.mm575 // The Start&Stop feature is not implemented for regular Surface yet.
581 // The Start&Stop feature is not implemented for regular Surface yet.
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/Surface/
H A DABI47_0_0RCTSurfaceProtocol.h70 #pragma mark - Start & Stop
H A DABI47_0_0RCTSurface.mm574 // The Start&Stop feature is not implemented for regular Surface yet.
580 // The Start&Stop feature is not implemented for regular Surface yet.
/expo/packages/@expo/metro-runtime/src/error-overlay/toast/
H A DErrorToastContainer.web.tsx42 // Stop at zero because if we don't find any log, we'll open the first log.
/expo/guides/
H A DGenerating Jest Mocks.md32 5. Stop the Expo server running in `apps/jest-expo-mock-generator`, started in step 1.
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI49_0_0UIManager.h88 #pragma mark - Surface Start & Stop
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI47_0_0UIManager.h87 #pragma mark - Surface Start & Stop
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI48_0_0UIManager.h87 #pragma mark - Surface Start & Stop
/expo/apps/native-component-list/src/screens/
H A DPedometerScreen.tsx66 <ListButton onPress={() => setActive(false)} disabled={!isActive} title="Stop" />
H A DSensorScreen.tsx113 <Text>{this.state.isListening ? 'Stop' : 'Start'}</Text>
H A DTextToSpeechScreen.tsx88 <Button disabled={!this.state.inProgress} onPress={this._stop} title="Stop" />
/expo/packages/expo-gl/ios/
H A DEXGLView.mm227 // Stop draw loop
316 // Stop AR session if running
/expo/ios/versioned/sdk47/EXGL/ios/EXGL/
H A DABI47_0_0EXGLView.mm227 // Stop draw loop
316 // Stop AR session if running
/expo/ios/versioned/sdk48/ExpoGL/ios/
H A DABI48_0_0EXGLView.mm227 // Stop draw loop
316 // Stop AR session if running
/expo/ios/versioned/sdk49/ExpoGL/ios/
H A DABI49_0_0EXGLView.mm227 // Stop draw loop
316 // Stop AR session if running
/expo/packages/expo-structured-headers/
H A DCHANGELOG.md74 - Stop prebuilding xcframework. ([#17161](https://github.com/expo/expo/pull/17161) by [@wschurman](…
/expo/apps/native-component-list/src/screens/Location/
H A DGeofencingScreen.tsx194 title={state.isGeofencing ? 'Stop geofencing' : 'Start geofencing'}

123