/frameworks/base/docs/html/guide/topics/location/ |
D | index.jd | 23 href="http://code.google.com/android/add-ons/google-apis/maps-overview.html">Google 29 <p>Location and maps-based applications are compelling for mobile device users. You 65 <h2 id="maps">Google Maps External Library</h2> 69 com.google.android.maps package. The classes of the com.google.android.maps 74 <code>com.google.android.maps.MapView</code>, a subclass of 78 handling network requests for additional maps tiles. It also provides all of the 91 com.google.android.maps package, the Maps external library is made available to
|
/frameworks/base/core/java/android/gesture/ |
D | GestureStore.java | 234 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/ |
D | MapView.java | 17 package com.google.android.maps;
|
/frameworks/base/docs/html/ |
D | index.jd | 177 'icon':"maps-small.png", 179 'img':"maps-large.png", 181 …maps application will not work on Android devices. Obtaining a key requires just a couple of steps…
|
/frameworks/base/docs/html/intl/ja/ |
D | index.jd | 138 '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/ |
D | android_os_Debug.cpp | 485 const char* maps = "/proc/self/maps"; in dumpNativeHeap() local 486 FILE* in = fopen(maps, "r"); in dumpNativeHeap() 488 fprintf(fp, "Could not open %s\n", maps); in dumpNativeHeap()
|
/frameworks/base/docs/html/guide/tutorials/views/ |
D | hello-mapview.jd | 43 <pre><uses-library android:name="com.google.android.maps" /></pre> 50 …open the main layout file for your project. Define a layout with a com.google.android.maps.MapView 61 <com.google.android.maps.MapView 132 … <em>com.google.android.maps.ItemizedOverlay</em>. Click the checkbox for <em>Constructors from
|
/frameworks/base/docs/html/resources/tutorials/views/ |
D | hello-mapview.jd | 43 <pre><uses-library android:name="com.google.android.maps" /></pre> 62 {@code com.google.android.maps.MapView} as the root node: 65 <com.google.android.maps.MapView 148 "com.google.android.maps.ItemizedOverlay". Click the checkbox for <em>Constructors from
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-library-element.jd | 29 against. However, some packages (such as {@code maps}) are
|
/frameworks/base/docs/html/sdk/ |
D | RELEASENOTES.jd | 286 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…
|
D | android-1.1.jd | 99 <li>com.google.android.maps — gives your
|
D | android-4.0-highlights.jd | 229 <a href="{@docRoot}sdk/images/4.0/usage-maps-lg.png" target="_android"> 230 <img src="{@docRoot}sdk/images/4.0/usage-maps.png" alt="" height="240" width="144" style="border:1p…
|
/frameworks/base/docs/html/guide/basics/ |
D | what-is-android.jd | 45 client, SMS program, calendar, maps, browser, contacts, and
|
/frameworks/base/services/java/com/android/server/ |
D | MountService.java | 2459 final Iterator<Entry<String, ObbState>> maps = mObbPathToStateMap.entrySet().iterator(); in dump() local 2460 while (maps.hasNext()) { in dump() 2461 final Entry<String, ObbState> e = maps.next(); in dump()
|
/frameworks/base/docs/html/guide/publishing/ |
D | preparing.jd | 123 href="http://code.google.com/android/add-ons/google-apis/reference/com/google/android/maps/ MapView. 125 href="http://code.google.com/android/add-ons/google-apis/maps-overview.html">Google Maps external
|
D | publishing_overview.jd | 101 href="http://code.google.com/android/add-ons/google-apis/maps-overview.html">Google Maps external
|
/frameworks/base/docs/html/guide/appendix/ |
D | market-filters.jd | 271 …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/nfc/ |
D | nfc.jd | 158 <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/resources/tutorials/opengl/ |
D | opengl-es10.jd | 341 not square and, by default, OpenGL happily maps a perfectly square, uniform coordinate
|
D | opengl-es20.jd | 421 not square and, by default, OpenGL happily maps a perfectly square, uniform coordinate
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | aidl.jd | 141 list or one of the other AIDL-generated interfaces or parcelables you've declared. Generic maps,
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | menu_design.jd | 378 <li>Selecting an address executes "Go to address" (in a maps application)</li>
|
D | activity_task_design.jd | 114 of applications that may include email, calendar, browser, maps, text 962 activity is started to map the location. No result from maps
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | graphics.jd | 623 behavior, whether mip-maps are used, and the amount of anisotropy required. There might be
|
/frameworks/base/docs/html/guide/topics/ |
D | fundamentals.jd | 292 href="http://code.google.com/android/add-ons/google-apis/maps-overview.html">Google Maps
|