Home
last modified time | relevance | path

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

12

/frameworks/base/docs/html/guide/topics/location/
Dindex.jd23 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/
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/
Dindex.jd177 'icon':"maps-small.png",
179 'img':"maps-large.png",
181maps application will not work on Android devices. Obtaining a key requires just a couple of steps…
/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.cpp485 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/
Dhello-mapview.jd43 <pre>&lt;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 &lt;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/
Dhello-mapview.jd43 <pre>&lt;uses-library android:name="com.google.android.maps" /></pre>
62 {@code com.google.android.maps.MapView} as the root node:
65 &lt;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/
Duses-library-element.jd29 against. However, some packages (such as {@code maps}) are
/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…
Dandroid-1.1.jd99 <li>com.google.android.maps &mdash; gives your
Dandroid-4.0-highlights.jd229 <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/
Dwhat-is-android.jd45 client, SMS program, calendar, maps, browser, contacts, and
/frameworks/base/services/java/com/android/server/
DMountService.java2459 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/
Dpreparing.jd123 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
Dpublishing_overview.jd101 href="http://code.google.com/android/add-ons/google-apis/maps-overview.html">Google Maps external
/frameworks/base/docs/html/guide/appendix/
Dmarket-filters.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/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/resources/tutorials/opengl/
Dopengl-es10.jd341 not square and, by default, OpenGL happily maps a perfectly square, uniform coordinate
Dopengl-es20.jd421 not square and, by default, OpenGL happily maps a perfectly square, uniform coordinate
/frameworks/base/docs/html/guide/developing/tools/
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/
Dmenu_design.jd378 <li>Selecting an address executes "Go to address" (in a maps application)</li>
Dactivity_task_design.jd114 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/
Dgraphics.jd623 behavior, whether mip-maps are used, and the amount of anisotropy required. There might be
/frameworks/base/docs/html/guide/topics/
Dfundamentals.jd292 href="http://code.google.com/android/add-ons/google-apis/maps-overview.html">Google Maps

12