Home
last modified time | relevance | path

Searched refs:getController (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DMapViewTest.java111 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()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowMapView.java79 public MapController getController() { in getController() method in ShadowMapView
204 getController().setCenter(mouseDownCenter); in dispatchTouchEvent()
/external/robolectric/lib/main/
Dmaps_v16.jarcom/google/android/maps/GeoPoint.class <Unknown> package com.google. ...