Home
last modified time | relevance | path

Searched refs:isDraggable (Results 1 – 22 of 22) sorted by relevance

/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/CustomTypes/
H A DExpoMKAnnotationView.swift16 isDraggable = annotation.isDraggable
47 isDraggable = annotation.isDraggable
H A DExpoMKAnnotation.swift13 var isDraggable: Bool = false variable
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/CustomTypes/
H A DExpoMKAnnotationView.swift16 isDraggable = annotation.isDraggable
47 isDraggable = annotation.isDraggable
H A DExpoMKAnnotation.swift13 var isDraggable: Bool = false variable
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/CustomTypes/
H A DExpoMKAnnotationView.swift16 isDraggable = annotation.isDraggable
47 isDraggable = annotation.isDraggable
H A DExpoMKAnnotation.swift13 var isDraggable: Bool = false variable
/expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/
H A DPanGestureOverlayTranslationDriver.swift41 return translationController?.isDraggable(at: gesture.startingLocation, in: view) ?? false in gestureRecognizerShouldBegin()
52 if controller.isDraggable(at: sender.startingLocation, in: view) { in overlayPanGestureAction()
H A DOverlayTranslationController.swift19 func isDraggable(at point: CGPoint, in coordinateSpace: UICoordinateSpace) -> Bool function
H A DHeightContraintOverlayTranslationController.swift188 func isDraggable(at point: CGPoint, in coordinateSpace: UICoordinateSpace) -> Bool { in overlayViewController() function
/expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/
H A DGoogleMapsUtils.swift14 marker.isDraggable = markerObject.draggable in createGoogleMarker()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsUtils.swift14 marker.isDraggable = markerObject.draggable in createGoogleMarker()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsUtils.swift14 marker.isDraggable = markerObject.draggable in createGoogleMarker()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsDelegate.swift68 markerAnnotationView.isDraggable = annotation.isDraggable in mapView()
82 markerAnnotationView.isDraggable = annotation.isDraggable in mapView()
H A DAppleMapsUtils.swift20 marker.isDraggable = markerObject.draggable in createAppleMarker()
37 marker.isDraggable = markerObject.draggable in createAppleMarker()
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/
H A DAppleMapsDelegate.swift68 markerAnnotationView.isDraggable = annotation.isDraggable in mapView()
82 markerAnnotationView.isDraggable = annotation.isDraggable in mapView()
H A DAppleMapsUtils.swift20 marker.isDraggable = markerObject.draggable in createAppleMarker()
37 marker.isDraggable = markerObject.draggable in createAppleMarker()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsDelegate.swift68 markerAnnotationView.isDraggable = annotation.isDraggable in mapView()
82 markerAnnotationView.isDraggable = annotation.isDraggable in mapView()
H A DAppleMapsUtils.swift20 marker.isDraggable = markerObject.draggable in createAppleMarker()
37 marker.isDraggable = markerObject.draggable in createAppleMarker()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/maps/
H A DMapMarker.java144 setDraggable(options.isDraggable()); in MapMarker()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/maps/
H A DAirMapMarker.java144 setDraggable(options.isDraggable()); in AirMapMarker()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/maps/
H A DMapMarker.java144 setDraggable(options.isDraggable()); in MapMarker()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/maps/
H A DAirMapMarker.java144 setDraggable(options.isDraggable()); in AirMapMarker()