Searched refs:getController (Results 1 – 3 of 3) sorted by relevance
111 mapView.getController().setCenter(new GeoPoint(toE6(25), toE6(25))); in initMapForDrag()112 mapView.getController().zoomToSpan(toE6(50), toE6(50)); in initMapForDrag()122 mapView.getController().setCenter(new GeoPoint(toE6(centerLat), toE6(centerLng))); in getProjection_fromPixels_shouldPerformCorrectTranslations()123 mapView.getController().zoomToSpan(toE6(spanLat), toE6(spanLng)); in getProjection_fromPixels_shouldPerformCorrectTranslations()141 mapView.getController().setCenter(new GeoPoint(toE6(centerLat), toE6(centerLng))); in getProjection_toPixels_shouldPerformCorrectTranslations()142 mapView.getController().zoomToSpan(toE6(spanLat), toE6(spanLng)); in getProjection_toPixels_shouldPerformCorrectTranslations()
79 public MapController getController() { in getController() method in ShadowMapView204 getController().setCenter(mouseDownCenter); in dispatchTouchEvent()
com/google/android/maps/GeoPoint.class <Unknown> package com.google. ...