Home
last modified time | relevance | path

Searched refs:maps (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/docs/html/guide/topics/location/
Dindex.jd22 href="http://code.google.com/android/add-ons/google-apis/maps-overview.html">Google
28 <p>Location and maps-based applications are compelling for mobile device users. You
63 <h2 id="maps">Google Maps External Library</h2>
67 com.google.android.maps package. The classes of the com.google.android.maps
72 <code>com.google.android.maps.MapView</code>, a subclass of
76 handling network requests for additional maps tiles. It also provides all of the
89 com.google.android.maps package, the Maps external library is made available to
/frameworks/base/core/java/android/gesture/
DGestureStore.java234 final HashMap<String, ArrayList<Gesture>> maps = mNamedGestures; in save() local
241 out.writeInt(maps.size()); in save()
243 for (Map.Entry<String, ArrayList<Gesture>> entry : maps.entrySet()) { in save()
/frameworks/base/tools/layoutlib/bridge/src/com/google/android/maps/
DMapView.java17 package com.google.android.maps;
/frameworks/base/docs/html/intl/ja/
Dindex.jd138 'icon':"maps-small.png",
140 'img':"maps-large.png",
142 …とができます。</p><p><a href='http://code.google.com/android/add-ons/google-apis/maps-overview.html'>詳細 &…
/frameworks/base/core/jni/
Dandroid_os_Debug.cpp488 const char* maps = "/proc/self/maps"; in dumpNativeHeap() local
489 FILE* in = fopen(maps, "r"); in dumpNativeHeap()
491 fprintf(fp, "Could not open %s\n", maps); in dumpNativeHeap()
/frameworks/base/docs/html/
Dlegal.jd95 maps, geocoding, geolocation, and other content from Google and its content providers in your
100 href="https://developers.google.com/maps/documentation/android/maps-api-signup"
/frameworks/base/docs/html/guide/topics/manifest/
Duses-library-element.jd29 against. However, some packages (such as {@code maps}) are
/frameworks/base/docs/html/training/design-navigation/
Dwireframing.jd43 <p>Below are diagrams representing the new screen maps for handsets and tablets after applying thes…
86 …frames for our news application, corresponding one-to-one with our screen maps from earlier in thi…
Ddescendant-lateral.jd167 …s pattern when child screens contain horizontal panning surfaces (such as maps), as these conflict…
/frameworks/base/docs/html/distribute/googleplay/promote/
Dlinking.jd110 …e><a href="http://play.google.com/store/search?q=maps&c=apps">http://play.google.com/store/search?…
/frameworks/base/docs/html/tools/sdk/
DRELEASENOTES.jd286 provides an updated com.google.android.maps external library that fixes compile
388 Google APIs add-on gives your application access to the com.google.android.maps
416 <p>In previous versions of the SDK, the com.google.android.maps package was
419 include the Maps external library (com.google.android.maps). However, the Maps
561 <p>com.google.android.maps.MapView is a class that lets you
563 access the maps data, you will need to register with the Google Maps
666 application. Before you can access the maps data, you will need to register with
743 …ly integrate Google Maps into your application. Before you can access the maps data, you will need…
/frameworks/base/docs/html/sdk/
DRELEASENOTES.jd286 provides an updated com.google.android.maps external library that fixes compile
388 Google APIs add-on gives your application access to the com.google.android.maps
416 <p>In previous versions of the SDK, the com.google.android.maps package was
419 include the Maps external library (com.google.android.maps). However, the Maps
561 <p>com.google.android.maps.MapView is a class that lets you
563 access the maps data, you will need to register with the Google Maps
666 application. Before you can access the maps data, you will need to register with
743 …ly integrate Google Maps into your application. Before you can access the maps data, you will need…
/frameworks/base/docs/html/about/versions/
Dindex.jd45 client, SMS program, calendar, maps, browser, contacts, and
Dandroid-1.1.jd99 <li>com.google.android.maps &mdash; gives your
/frameworks/base/services/java/com/android/server/
DMountService.java2450 final Iterator<Entry<String, ObbState>> maps = mObbPathToStateMap.entrySet().iterator(); in dump() local
2451 while (maps.hasNext()) { in dump()
2452 final Entry<String, ObbState> e = maps.next(); in dump()
/frameworks/base/docs/html/tools/publishing/
Dpreparing.jd126 href="http://code.google.com/android/add-ons/google-apis/reference/com/google/android/maps/MapView.…
128 href="http://code.google.com/android/add-ons/google-apis/maps-overview.html">Google Maps external
Dpublishing_overview.jd93 href="http://code.google.com/android/add-ons/google-apis/maps-overview.html">Google Maps external
/frameworks/base/docs/html/tools/workflow/publishing/
Dpreparing.jd126 href="http://code.google.com/android/add-ons/google-apis/reference/com/google/android/maps/MapView.…
128 href="http://code.google.com/android/add-ons/google-apis/maps-overview.html">Google Maps external
Dpublishing_overview.jd101 href="http://code.google.com/android/add-ons/google-apis/maps-overview.html">Google Maps external
/frameworks/base/docs/html/guide/google/play/
Dfilters.jd271 …m.google.android.maps</code> library, and a user is searching for apps on a device that does not h…
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dnfc.jd158 <a href="#table1">Table 1.</a> describes how the tag dispatch system maps TNF and type
164 android.nfc.NdefRecord#TNF_ABSOLUTE_URI}, it maps the variable length type field of that record
189 Android maps this to a URI in the form:
/frameworks/base/docs/html/tools/workflow/
Dpublishing_overview.jd101 href="http://code.google.com/android/add-ons/google-apis/maps-overview.html">Google Maps external
/frameworks/base/docs/html/guide/components/
Daidl.jd141 list or one of the other AIDL-generated interfaces or parcelables you've declared. Generic maps,
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd152 of applications that may include email, calendar, browser, maps, text
1002 activity is started to map the location. No result from maps
Dmenu_design.jd409 <li>Selecting an address executes "Go to address" (in a maps application)</li>

12