HomeSort by relevance Sort by last modified time
    Searched full:maps (Results 26 - 50 of 3395) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMapController.java 3 import com.google.android.maps.GeoPoint;
4 import com.google.android.maps.MapController;
19 public void animateTo(com.google.android.maps.GeoPoint geoPoint) {
25 public void animateTo(com.google.android.maps.GeoPoint geoPoint, java.lang.Runnable runnable) {
31 public void setCenter(com.google.android.maps.GeoPoint geoPoint) {
81 * to {@link com.xtremelabs.robolectric.RobolectricForMaps.shadowOf(com.google.android.maps.MapView)})
  /frameworks/base/docs/html/
gms_navtree_data.js 50 , null ], [ "com.google.android.gms.maps", "reference/com/google/android/gms/maps/package-summary.html", [ [ "Interfaces", null, [ [ "GoogleMap.CancelableCallback", "reference/com/google/android/gms/maps/GoogleMap.CancelableCallback.html", null, null ], [ "GoogleMap.InfoWindowAdapter", "reference/com/google/android/gms/maps/GoogleMap.InfoWindowAdapter.html", null, null ], [ "GoogleMap.OnCameraChangeListener", "reference/com/google/android/gms/maps/GoogleMap.OnCameraChangeListener.html", null, null ], [ "GoogleMap.OnInfoWindowClickListener", "reference/com/google/android/gms/maps/GoogleMap.OnInfoWindowClickListener.html", null, null ], [ "GoogleMap.OnMapClickListener", "reference/com/google/android/gms/maps/GoogleMap.OnMapClickListener.html", null, null ], [ "GoogleMap.OnMapLoadedCallback", "reference/com/google/android/gms/maps/GoogleMap.OnMapLoadedCallback.html", null, null ], [ "GoogleMap.OnMapLongClickListener", "reference/com/google/android/gms/maps/GoogleMap.OnMapLongClickListener.html", null, null ], [ "GoogleMap.OnMarkerClickListener", "reference/com/google/android/gms/maps/GoogleMap.OnMarkerClickListener.html", null, null ], [ "GoogleMap.OnMarkerDragListener", "referenc (…)
    [all...]
  /external/chromium_org/third_party/skia/include/utils/
SkUnitMappers.h 36 /** This returns cos(x), to simulate lighting a sphere, where 0 maps to the
37 center of the sphere, and 1 maps to the edge.
  /external/skia/include/utils/
SkUnitMappers.h 36 /** This returns cos(x), to simulate lighting a sphere, where 0 maps to the
37 center of the sphere, and 1 maps to the edge.
  /frameworks/base/docs/html/reference/com/google/android/gms/maps/
CameraUpdateFactory.html 423 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
424 <span class="en">Maps</span>
728 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.maps.CameraUpdateFactory</td>
744 <p itemprop="articleBody">A class containing methods for creating <code><a href="/reference/com/google/android/gms/maps/CameraUpdate.html">CameraUpdate</a></code> objects that change a map's camera.
745 To modify the map's camera, call <code><a href="/reference/com/google/android/gms/maps/GoogleMap.html#animateCamera(com.google.android.gms.maps.CameraUpdate)">animateCamera(CameraUpdate)</a></code>,
746 <code><a href="/reference/com/google/android/gms/maps/GoogleMap.html#animateCamera(com.google.android.gms.maps.CameraUpdate, com.google.android.gms.maps.GoogleMap.CancelableCallback)">animateCamera(CameraUpdate, GoogleMap.CancelableCallback)</a></code> or
747 <code><a href="/reference/com/google/android/gms/maps/GoogleMap.html#moveCamera(com.google.android.gms.maps.CameraUpdate)">moveCamera(CameraUpdate)</a>< (…)
    [all...]
GoogleMap.html 423 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
424 <span class="en">Maps</span>
734 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.maps.GoogleMap</td>
750 <p itemprop="articleBody">This is the main class of the Google Maps Android API and is the entry point for all methods
751 related to the map. You cannot instantiate a <code><a href="/reference/com/google/android/gms/maps/GoogleMap.html">GoogleMap</a></code> object directly,
752 rather, you must obtain one from the <code>getMap()</code> method on a <code><a href="/reference/com/google/android/gms/maps/MapFragment.html">MapFragment</a></code> or
753 <code><a href="/reference/com/google/android/gms/maps/MapView.html">MapView</a></code> that you have added to your application.
755 Note: Similar to a <code><a href="/reference/android/view/View.html">View</a></code> object, a <code><a href="/reference/com/google/android/gms/maps/GoogleMap.html">GoogleMap</a></code> can only be read
756 and modified from the main thread. Calling <code><a href="/reference/com/google/android/gms/maps/GoogleMap.html">GoogleMap</a></code> methods from another thread will
762 href="https://developers.google.com/maps/documentation/android/">Google Maps Android API v2</a
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/mappy/
manifest.json 12 "http://maps.google.com/*"
popup.html 12 <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAATfHumDbW3OmRByfquHd3SRTRERdeAiwZ9EeJWta3L_JZVS0bOBRQeZgr4K0xyVKzUdnnuFl8X9PX0w&sensor=false"
24 var url = "http://maps.google.com/staticmap?center=" + latlng +
  /external/chromium_org/chrome/browser/ui/views/
theme_image_mapper.h 12 // Maps the specified resource id to the appropriate one based on the supplied
  /external/chromium_org/chrome/common/metrics/proto/
permuted_entropy_cache.proto 11 // Represents a cache of permuted entropy mappings, where each entry maps from
  /external/chromium_org/tools/perf/benchmarks/
maps.py 5 """Runs a Google Maps performance test.
27 """Basic Google Maps benchmarks."""
35 'archive_data_file': 'data/maps.json',
51 """Runs the Google Maps benchmark with Vsync disabled"""
  /external/chromium_org/tools/valgrind/reliability/
url_list.txt 2 maps.google.com
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsMockResources.java 21 import com.google.android.collect.Maps;
26 private Map<Integer, String> mPackages = Maps.newHashMap();
27 private Map<Integer, String> mTypes = Maps.newHashMap();
28 private Map<Integer, String> mEntries = Maps.newHashMap();
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/mappy/
popup.js 8 var url = 'https://maps.googleapis.com/maps/api/geocode/json?address=' +
22 var src = "https://maps.google.com/staticmap?center=" + latlng +
  /frameworks/base/tools/preload/
Record.java 27 "com.google.android.apps.maps:FriendService",
28 "com.google.android.apps.maps\\u003AFriendService",
29 "com.google.android.apps.maps:driveabout",
30 "com.google.android.apps.maps\\u003Adriveabout",
31 "com.google.android.apps.maps:GoogleLocationService",
32 "com.google.android.apps.maps\\u003AGoogleLocationService",
33 "com.google.android.apps.maps:LocationFriendService",
34 "com.google.android.apps.maps\\u003ALocationFriendService",
35 "com.google.android.apps.maps:MapsBackgroundService",
36 "com.google.android.apps.maps\\u003AMapsBackgroundService"
    [all...]
  /external/chromium_org/v8/src/
hydrogen-check-elimination.cc 52 MapSet maps_; // The set of known maps for the object.
57 // set of known maps for each object.
105 // If the instruction changes maps uncontrollably, drop everything.
226 MapSet maps = FindMaps(object); local
227 if (maps == NULL || maps->size() != 1) return; // Not a constant.
229 Unique<Map> map = maps->at(0);
242 MapSet maps = FindMaps(object); local
243 if (maps != NULL) {
244 if (maps->Contains(map))
287 MapSet maps = FindMaps(instr->value()->ActualValue()); local
301 MapSet maps = FindMaps(instr->object()->ActualValue()); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractBiMapTest.java 161 Map<Integer, String> expected = Maps.newHashMap();
208 Map<Integer, String> map = Maps.newHashMap();
255 entrySet.add(Maps.immutableEntry(1, "one"));
263 entrySet.addAll(Collections.singleton(Maps.immutableEntry(1, "one")));
280 assertFalse(entrySet.contains(Maps.immutableEntry(1, "one")));
282 assertTrue(entrySet.contains(Maps.immutableEntry(1, "one")));
283 assertFalse(entrySet.contains(Maps.immutableEntry(1, "")));
284 assertFalse(entrySet.contains(Maps.immutableEntry(0, "one")));
285 assertFalse(entrySet.contains(Maps.immutableEntry(1, null)));
286 assertFalse(entrySet.contains(Maps.immutableEntry(null, "one")))
    [all...]
WellBehavedMapTest.java 39 assertTrue(map.entrySet().contains(Maps.immutableEntry(Foo.X, 1)));
40 assertTrue(map.entrySet().contains(Maps.immutableEntry(Foo.Y, new Integer(2))));
43 assertFalse(map.entrySet().contains(Maps.immutableEntry(Foo.X, 5)));
46 assertFalse(map.entrySet().contains(Maps.immutableEntry(Foo.T, 0)));
95 Map.Entry<Foo, Integer> entry = Maps.immutableEntry(Foo.Y, 2);
102 assertFalse(entrySet.remove(Maps.immutableEntry(Foo.T, 4)));
105 assertFalse(entrySet.remove(Maps.immutableEntry(Foo.Z, 5)));
  /external/chromium_org/ui/events/keycodes/
keyboard_code_conversion.cc 25 // ctrl-@ maps to \x00 (Null byte)
28 // ctrl-^ maps to \x1E (Record separator, Information separator two)
31 // ctrl-_ maps to \x1F (Unit separator, Information separator one)
40 // ctrl-[ maps to \x1B (Escape)
43 // ctrl-\ maps to \x1C (File separator, Information separator four)
46 // ctrl-] maps to \x1D (Group separator, Information separator three)
49 // ctrl-Enter maps to \x0A (Line feed)
  /external/guava/guava/src/com/google/common/collect/
MapDifference.java 26 * An object representing the differences between two maps.
34 * Returns {@code true} if there are no differences between the two maps;
35 * that is, if the maps are equal.
53 * maps; that is, the intersection of the two maps.
58 * Returns an unmodifiable map describing keys that appear in both maps, but
84 * A difference between the mappings from two maps with the same key. The
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
BiMapGenerators.java 23 import com.google.common.collect.Maps;
45 Map<String, Integer> map = Maps.newLinkedHashMap();
56 Map<Integer, String> map = Maps.newLinkedHashMap();
72 Map<String, String> map = Maps.newLinkedHashMap();
84 Map<Integer, String> map = Maps.newLinkedHashMap();
95 Map<String, Integer> map = Maps.newLinkedHashMap();
111 Map<String, String> map = Maps.newLinkedHashMap();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
TransactionContext.java 19 import com.google.android.collect.Maps;
56 if (mInsertedRawContactsAccounts == null) mInsertedRawContactsAccounts = Maps.newHashMap();
86 if (mUpdatedSyncStates == null) mUpdatedSyncStates = Maps.newHashMap();
101 if (mInsertedRawContactsAccounts == null) mInsertedRawContactsAccounts = Maps.newHashMap();
131 if (mUpdatedSyncStates == null) mUpdatedSyncStates = Maps.newHashMap();
136 if (mInsertedRawContactsAccounts == null) mInsertedRawContactsAccounts = Maps.newHashMap();
141 if (mInsertedRawContactsAccounts == null) mInsertedRawContactsAccounts = Maps.newHashMap();
  /frameworks/base/docs/html/reference/
gms_lists.js 130 { id:128, label:"com.google.android.gms.maps", link:"reference/com/google/android/gms/maps/package-summary.html", type:"package", deprecated:"false" },
131 { id:129, label:"com.google.android.gms.maps.CameraUpdate", link:"reference/com/google/android/gms/maps/CameraUpdate.html", type:"class", deprecated:"false" },
132 { id:130, label:"com.google.android.gms.maps.CameraUpdateFactory", link:"reference/com/google/android/gms/maps/CameraUpdateFactory.html", type:"class", deprecated:"false" },
133 { id:131, label:"com.google.android.gms.maps.GoogleMap", link:"reference/com/google/android/gms/maps/GoogleMap.html", type:"class", deprecated:"false" },
134 { id:132, label:"com.google.android.gms.maps.GoogleMap.CancelableCallback", link:"reference/com/google/android/gms/maps/GoogleMap.CancelableCallback.html", type:"class", deprecated:"false" }
    [all...]
  /external/chromium_org/chromeos/network/onc/
onc_mapper.h 50 // Maps objects/dictionaries. By default calls |MapFields|, which recurses
59 // Maps primitive values like BinaryValue, StringValue, IntegerValue... (all
67 // Maps each field of the given |onc_object| according to |object_signature|.
78 // Maps the value |onc_value| of field |field_name| according to its field
89 // Maps the array |onc_array| according to |array_signature|, which defines
90 // the type of the entries. Maps each entry by calling |MapValue|. If any of
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ItemizedOverlayTest.java 3 import com.google.android.maps.GeoPoint;
4 import com.google.android.maps.ItemizedOverlay;
5 import com.google.android.maps.OverlayItem;

Completed in 1449 milliseconds

12 3 4 5 6 7 8 91011>>