Searched refs:mapView (Results 1 – 2 of 2) sorted by relevance
23 private MapView mapView; field in MapViewTest31 mapView = new MapView(new Activity(), "foo"); in setUp()37 mapView.getOverlays().add(overlay1); in setUp()38 mapView.getOverlays().add(overlay2); in setUp()39 mapView.setOnTouchListener(mapTouchListener); in setUp()46 mapView.dispatchTouchEvent(sourceEvent); in shouldDispatchTouchEventsToOverlays()58 mapView.dispatchTouchEvent(sourceEvent); in shouldDispatchTouchEventsToOverlaysUntilEventIsConsumed()70 mapView.dispatchTouchEvent(sourceEvent); in shouldDispatchTouchEventsToMapViewIfNoOverlayConsumesEvent()83 assertThat(mapView.getMapCenter(), equalTo(new GeoPoint(toE6(26), toE6(24)))); in dispatchTouchEvents_shouldDragMapByCorrectAmount()94 assertThat(mapView.getMapCenter(), equalTo(new GeoPoint(toE6(26), toE6(24)))); in dispatchTouchEvents_shouldDragMapByCorrectAmountInMultipleSteps()[all …]
46 public ShadowMapView(MapView mapView) { in ShadowMapView() argument47 realMapView = mapView; in ShadowMapView()48 zoomButtonsController = new ZoomButtonsController(mapView); in ShadowMapView()