| /expo/docs/ui/components/Callout/ |
| H A D | Callout.test.tsx | 12 it('renders callout with icon emoji', () => { 18 it('renders callout with icon component', () => { 24 it('renders callout with default icon from info type', () => { 30 it('renders callout with default icon from warning type', () => { 36 it('renders callout with default icon from error type', () => { 42 it('renders callout with warning style from warning type', () => { 44 expect(screen.getByTestId('callout-container')).toHaveStyleRule( 50 it('renders callout with error style from warning type', () => { 52 expect(screen.getByTestId('callout-container')).toHaveStyleRule( 58 it('renders callout with info style from warning type', () => { [all …]
|
| H A D | index.tsx | 43 <blockquote css={[containerStyle, getCalloutColor(finalType)]} data-testid="callout-container">
|
| /expo/ios/Exponent/Versioned/Core/Api/Components/GoogleMaps/ |
| H A D | AIRGoogleMapCalloutManager.m | 20 AIRGoogleMapCallout *callout = [AIRGoogleMapCallout new]; 21 return callout;
|
| H A D | AIRGoogleMapMarker.m | 154 //todo: why not 'callout-press' ? 179 //todo: why not 'callout-inside-press' ?
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/ |
| H A D | ABI49_0_0AIRGoogleMapCalloutManager.m | 20 ABI49_0_0AIRGoogleMapCallout *callout = [ABI49_0_0AIRGoogleMapCallout new]; 21 return callout;
|
| H A D | ABI49_0_0AIRGoogleMapMarker.m | 154 //todo: why not 'callout-press' ? 179 //todo: why not 'callout-inside-press' ?
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/ |
| H A D | ABI48_0_0AIRGoogleMapCalloutManager.m | 20 ABI48_0_0AIRGoogleMapCallout *callout = [ABI48_0_0AIRGoogleMapCallout new]; 21 return callout;
|
| H A D | ABI48_0_0AIRGoogleMapMarker.m | 154 //todo: why not 'callout-press' ? 179 //todo: why not 'callout-inside-press' ?
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/ |
| H A D | ABI47_0_0AIRGoogleMapCalloutManager.m | 20 ABI47_0_0AIRGoogleMapCallout *callout = [ABI47_0_0AIRGoogleMapCallout new]; 21 return callout;
|
| H A D | ABI47_0_0AIRGoogleMapMarker.m | 154 //todo: why not 'callout-press' ? 179 //todo: why not 'callout-inside-press' ?
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/Maps/ |
| H A D | ABI49_0_0AIRMapMarker.m | 135 …// when this is set, the callout's content will be whatever ABI49_0_0React views the user has put … 141 …// if there is no calloutView, it means the user wants to use the default callout behavior with ti… 173 // no callout to show 179 …// This is where we present our custom callout view... MapKit's built-in callout doesn't have the … 214 // the callout (or its subview) got clicked, not the marker 227 @"action": calloutSubview ? @"callout-inside-press" : @"callout-press", 269 // hide the callout view
|
| H A D | ABI49_0_0AIRMap.m | 81 …// 3rd-party callout view for MapKit that has more options than the built-in. It's painstakingly b… 82 // be identical to the built-in callout view (which has a private API) 188 - (ABI49_0_0AIRMapMarker*) markerForCallout:(ABI49_0_0AIRMapCallout*)callout { 192 if (mrk.calloutView == callout) { 245 // when we interact with UIControl subclasses inside our callout view. 264 ABI49_0_0AIRMapCallout* callout = nil; 273 callout = (ABI49_0_0AIRMapCallout*) tmp; 279 if (callout) { 280 marker = [self markerForCallout:callout]; 283 if (![callout isPointInside:touchPointReal]) { [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/Maps/ |
| H A D | ABI48_0_0AIRMapMarker.m | 135 …// when this is set, the callout's content will be whatever ABI48_0_0React views the user has put … 141 …// if there is no calloutView, it means the user wants to use the default callout behavior with ti… 173 // no callout to show 179 …// This is where we present our custom callout view... MapKit's built-in callout doesn't have the … 214 // the callout (or its subview) got clicked, not the marker 227 @"action": calloutSubview ? @"callout-inside-press" : @"callout-press", 269 // hide the callout view
|
| H A D | ABI48_0_0AIRMap.m | 82 …// 3rd-party callout view for MapKit that has more options than the built-in. It's painstakingly b… 83 // be identical to the built-in callout view (which has a private API) 189 - (ABI48_0_0AIRMapMarker*) markerForCallout:(ABI48_0_0AIRMapCallout*)callout { 193 if (mrk.calloutView == callout) { 246 // when we interact with UIControl subclasses inside our callout view. 265 ABI48_0_0AIRMapCallout* callout = nil; 274 callout = (ABI48_0_0AIRMapCallout*) tmp; 280 if (callout) { 281 marker = [self markerForCallout:callout]; 284 if (![callout isPointInside:touchPointReal]) { [all …]
|
| /expo/ios/Exponent/Versioned/Core/Api/Components/Maps/ |
| H A D | AIRMapMarker.m | 135 …// when this is set, the callout's content will be whatever react views the user has put as the ca… 141 …// if there is no calloutView, it means the user wants to use the default callout behavior with ti… 173 // no callout to show 179 …// This is where we present our custom callout view... MapKit's built-in callout doesn't have the … 214 // the callout (or its subview) got clicked, not the marker 227 @"action": calloutSubview ? @"callout-inside-press" : @"callout-press", 269 // hide the callout view
|
| H A D | AIRMap.m | 81 …// 3rd-party callout view for MapKit that has more options than the built-in. It's painstakingly b… 82 // be identical to the built-in callout view (which has a private API) 188 - (AIRMapMarker*) markerForCallout:(AIRMapCallout*)callout { 192 if (mrk.calloutView == callout) { 245 // when we interact with UIControl subclasses inside our callout view. 264 AIRMapCallout* callout = nil; 273 callout = (AIRMapCallout*) tmp; 279 if (callout) { 280 marker = [self markerForCallout:callout]; 283 if (![callout isPointInside:touchPointReal]) { [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/Maps/ |
| H A D | ABI47_0_0AIRMapMarker.m | 135 …// when this is set, the callout's content will be whatever ABI47_0_0React views the user has put … 141 …// if there is no calloutView, it means the user wants to use the default callout behavior with ti… 173 // no callout to show 179 …// This is where we present our custom callout view... MapKit's built-in callout doesn't have the … 214 // the callout (or its subview) got clicked, not the marker 227 @"action": calloutSubview ? @"callout-inside-press" : @"callout-press", 269 // hide the callout view
|
| H A D | ABI47_0_0AIRMap.m | 82 …// 3rd-party callout view for MapKit that has more options than the built-in. It's painstakingly b… 83 // be identical to the built-in callout view (which has a private API) 189 - (ABI47_0_0AIRMapMarker*) markerForCallout:(ABI47_0_0AIRMapCallout*)callout { 193 if (mrk.calloutView == callout) { 246 // when we interact with UIControl subclasses inside our callout view. 265 ABI47_0_0AIRMapCallout* callout = nil; 274 callout = (ABI47_0_0AIRMapCallout*) tmp; 280 if (callout) { 281 marker = [self markerForCallout:callout]; 284 if (![callout isPointInside:touchPointReal]) { [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/Text/ |
| H A D | ABI49_0_0RCTDynamicTypeRamp.m | 19 @"callout" : @(ABI49_0_0RCTDynamicTypeRampCallout),
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/Text/ |
| H A D | ABI48_0_0RCTDynamicTypeRamp.m | 19 @"callout" : @(ABI48_0_0RCTDynamicTypeRampCallout),
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/Maps/Callout/ |
| H A D | ABI49_0_0SMCalloutView.m | 20 #define CALLOUT_MIN_WIDTH 61 // minimum width of system callout 21 …the title/subtitle view's normal horizontal margin from the edges of our callout view or from the … 155 // than the callout, otherwise they grow from the upper corner. 235 …// ok we have no title or subtitle to speak of. In this case, the system callout would actually no… 269 // Sanity check: dismiss this callout immediately if it's displayed somewhere 290 // size the callout to fit the width constraint as best as possible 335 // add the callout to the given layer (or view if possible, to receive touch events) 603 // Here we're mimicking the very particular (and odd) structure of the system callout view.
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/Maps/Callout/ |
| H A D | ABI47_0_0SMCalloutView.m | 20 #define CALLOUT_MIN_WIDTH 61 // minimum width of system callout 21 …the title/subtitle view's normal horizontal margin from the edges of our callout view or from the … 155 // than the callout, otherwise they grow from the upper corner. 235 …// ok we have no title or subtitle to speak of. In this case, the system callout would actually no… 269 // Sanity check: dismiss this callout immediately if it's displayed somewhere 290 // size the callout to fit the width constraint as best as possible 335 // add the callout to the given layer (or view if possible, to receive touch events) 603 // Here we're mimicking the very particular (and odd) structure of the system callout view.
|
| /expo/ios/Exponent/Versioned/Core/Api/Components/Maps/Callout/ |
| H A D | SMCalloutView.m | 20 #define CALLOUT_MIN_WIDTH 61 // minimum width of system callout 21 …the title/subtitle view's normal horizontal margin from the edges of our callout view or from the … 155 // than the callout, otherwise they grow from the upper corner. 235 …// ok we have no title or subtitle to speak of. In this case, the system callout would actually no… 269 // Sanity check: dismiss this callout immediately if it's displayed somewhere 290 // size the callout to fit the width constraint as best as possible 335 // add the callout to the given layer (or view if possible, to receive touch events) 603 // Here we're mimicking the very particular (and odd) structure of the system callout view.
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/Maps/Callout/ |
| H A D | ABI48_0_0SMCalloutView.m | 20 #define CALLOUT_MIN_WIDTH 61 // minimum width of system callout 21 …the title/subtitle view's normal horizontal margin from the edges of our callout view or from the … 155 // than the callout, otherwise they grow from the upper corner. 235 …// ok we have no title or subtitle to speak of. In this case, the system callout would actually no… 269 // Sanity check: dismiss this callout immediately if it's displayed somewhere 290 // size the callout to fit the width constraint as best as possible 335 // add the callout to the given layer (or view if possible, to receive touch events) 603 // Here we're mimicking the very particular (and odd) structure of the system callout view.
|
| /expo/docs/ui/components/Text/ |
| H A D | index.tsx | 216 export const CALLOUT = createTextComponent(TextElement.P, css(typography.body.callout));
|