/frameworks/compile/libbcc/runtime/www/ |
D | content.css | 18 margin-left: auto; 19 margin-right: auto
|
/frameworks/base/docs/html/design/building-blocks/ |
D | text-fields.jd | 7 paste) and data lookup via auto-completion.</p> 37 <p>Use auto-complete text fields to present real-time completions or search results in popups, so u… 75 <p>For information about how to create text fields, provide auto-complete suggestions,
|
/frameworks/ex/chips/tests/ |
D | Android.mk | 26 LOCAL_AAPT_FLAGS := --auto-add-overlay
|
/frameworks/opt/photoviewer/sample/ |
D | Android.mk | 38 LOCAL_AAPT_FLAGS := --auto-add-overlay
|
/frameworks/ex/photoviewer/sample/ |
D | Android.mk | 38 LOCAL_AAPT_FLAGS := --auto-add-overlay
|
/frameworks/base/docs/html/distribute/googleplay/spotlight/ |
D | index.jd | 13 overflow: auto; 42 overflow: auto;
|
D | tablets.jd | 97 <div style="clear:both;margin-top:40px;width:auto;"> 110 <div style="margin:3em auto"><!-- START STORY --> 185 <div style="clear:both;margin-top:40px;width:auto;"> 269 <div style="clear:both;margin-top:40px;width:auto;">
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.2-highlights.jd | 103 application, enabling users to auto-complete recipient names from the directory.</p> 160 the keys as well as the auto-suggest dictionary.</p> 252 <p>Provides new APIs for audio focus, routing audio to SCO, and auto-scan of files to media 253 database. Also provides APIs to let applications detect completion of sound loading and auto-pause 254 and auto-resume audio playback.</p>
|
D | android-1.1.jd | 163 <li>Fixes various errors in auto and manual account setup </li> 167 <li>Ensures proper auto-checking of accounts marked as "never
|
D | android-2.2.jd | 94 <code>"auto"</code>. At install time, the system checks the value of 149 <li>New APIs in {@link android.media.SoundPool} for auto pause and resume.</li>
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | PopupWindowVisibility.java | 62 AutoCompleteTextView textView = (AutoCompleteTextView) findViewById(R.id.auto); in onCreate()
|
/frameworks/base/docs/html/training/keyboard-input/ |
D | style.jd | 90 provides auto-correction for misspellings.</p> 96 as for a text message), you should enable auto spelling correction with the 103 and also auto-corrects misspellings:</p>
|
D | index.jd | 25 whether it performs auto-correct for spelling mistakes).</p>
|
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/ |
D | ProfileActivity.java | 232 private void startViewProfiling(boolean auto) { in startViewProfiling() argument 234 mWeb.startScrollTest(mCallback, auto); in startViewProfiling()
|
/frameworks/base/docs/html/guide/practices/ |
D | compatibility.jd | 203 <li>Android 1.0 through 1.5 required a 2 megapixel camera with auto-focus. 204 However, with version 1.6, Android devices were permitted to omit the auto-focus 206 barcode scanners do not function as well with cameras that do not auto-focus. To 209 auto-focus. This allowed Google Play to filter those apps from devices that 210 lack auto-focus.</li>
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | index.jd | 6 <div class="note design" style="background:none;overflow:auto;padding:10px 5px">
|
/frameworks/support/v7/gridlayout/ |
D | README.txt | 32 …xmlns:app="http://schemas.android.com/apk/res-auto" <==== the namespace used for the library proj…
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | manifest-element.jd | 14 … android:<a href="#install">installLocation</a>=["auto" | "internalOnly" | "preferExternal"] > 138 <td>"{@code auto}"</td> 160 to be either "{@code auto}" or "{@code preferExternal}".</p>
|
/frameworks/base/docs/html/guide/appendix/ |
D | install-location.jd | 46 with a value of either "{@code preferExternal}" or "{@code auto}". For example:</p> 59 <p>If you declare "{@code auto}", you indicate that your application may be installed on the 95 <li>Include the {@code android:installLocation} attribute with a value of "{@code auto}" or
|
/frameworks/base/docs/html/guide/topics/data/ |
D | install-location.jd | 46 with a value of either "{@code preferExternal}" or "{@code auto}". For example:</p> 59 <p>If you declare "{@code auto}", you indicate that your application may be installed on the 95 <li>Include the {@code android:installLocation} attribute with a value of "{@code auto}" or
|
/frameworks/base/docs/html/reference/renderscript/ |
D | doxygen.css | 148 overflow: auto; 930 height:auto !important; 931 width:auto !important;
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | motion.jd | 86 //setRenderMode(GLSurfaceView.RENDERMODE_WHEN_DIRTY); // comment out for auto-rotation
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | text.jd | 37 (cut, copy, paste) and data look-up via auto-completion.</p> 105 capitalize all new words or use features like auto-complete and spelling suggestions.</p> 267 auto-complete, you must specify an (@link android.widget.Adapter) that provides the text
|
/frameworks/base/core/java/android/content/ |
D | SyncStorageEngine.java | 783 Boolean auto = mMasterSyncAutomatically.get(userId); in setMasterSyncAutomatically() local 784 if (auto != null && (boolean) auto == flag) { in setMasterSyncAutomatically() 799 Boolean auto = mMasterSyncAutomatically.get(userId); in getMasterSyncAutomatically() local 800 return auto == null ? mDefaultMasterSyncAutomatically : auto; in getMasterSyncAutomatically()
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | controls.jd | 63 …ompleteTextView</code> widget to create a text entry widget that provides auto-complete suggestion…
|