Home
last modified time | relevance | path

Searched refs:callout (Results 1 – 25 of 32) sorted by relevance

12

/expo/docs/ui/components/Callout/
H A DCallout.test.tsx12 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 Dindex.tsx43 <blockquote css={[containerStyle, getCalloutColor(finalType)]} data-testid="callout-container">
/expo/ios/Exponent/Versioned/Core/Api/Components/GoogleMaps/
H A DAIRGoogleMapCalloutManager.m20 AIRGoogleMapCallout *callout = [AIRGoogleMapCallout new];
21 return callout;
H A DAIRGoogleMapMarker.m154 //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 DABI49_0_0AIRGoogleMapCalloutManager.m20 ABI49_0_0AIRGoogleMapCallout *callout = [ABI49_0_0AIRGoogleMapCallout new];
21 return callout;
H A DABI49_0_0AIRGoogleMapMarker.m154 //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 DABI48_0_0AIRGoogleMapCalloutManager.m20 ABI48_0_0AIRGoogleMapCallout *callout = [ABI48_0_0AIRGoogleMapCallout new];
21 return callout;
H A DABI48_0_0AIRGoogleMapMarker.m154 //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 DABI47_0_0AIRGoogleMapCalloutManager.m20 ABI47_0_0AIRGoogleMapCallout *callout = [ABI47_0_0AIRGoogleMapCallout new];
21 return callout;
H A DABI47_0_0AIRGoogleMapMarker.m154 //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 DABI49_0_0AIRMapMarker.m135 …// 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 DABI49_0_0AIRMap.m81 …// 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 DABI48_0_0AIRMapMarker.m135 …// 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 DABI48_0_0AIRMap.m82 …// 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 DAIRMapMarker.m135 …// 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 DAIRMap.m81 …// 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 DABI47_0_0AIRMapMarker.m135 …// 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 DABI47_0_0AIRMap.m82 …// 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 DABI49_0_0RCTDynamicTypeRamp.m19 @"callout" : @(ABI49_0_0RCTDynamicTypeRampCallout),
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/Text/
H A DABI48_0_0RCTDynamicTypeRamp.m19 @"callout" : @(ABI48_0_0RCTDynamicTypeRampCallout),
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/Maps/Callout/
H A DABI49_0_0SMCalloutView.m20 #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 DABI47_0_0SMCalloutView.m20 #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 DSMCalloutView.m20 #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 DABI48_0_0SMCalloutView.m20 #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 Dindex.tsx216 export const CALLOUT = createTextComponent(TextElement.P, css(typography.body.callout));

12