Home
last modified time | relevance | path

Searched refs:auto (Results 1 – 25 of 72) sorted by relevance

123

/frameworks/compile/libbcc/runtime/www/
Dcontent.css18 margin-left: auto;
19 margin-right: auto
/frameworks/base/docs/html/design/building-blocks/
Dtext-fields.jd7 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/
DAndroid.mk26 LOCAL_AAPT_FLAGS := --auto-add-overlay
/frameworks/opt/photoviewer/sample/
DAndroid.mk38 LOCAL_AAPT_FLAGS := --auto-add-overlay
/frameworks/ex/photoviewer/sample/
DAndroid.mk38 LOCAL_AAPT_FLAGS := --auto-add-overlay
/frameworks/base/docs/html/distribute/googleplay/spotlight/
Dindex.jd13 overflow: auto;
42 overflow: auto;
Dtablets.jd97 <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/
Dandroid-2.2-highlights.jd103 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>
Dandroid-1.1.jd163 <li>Fixes various errors in auto and manual account setup </li>
167 <li>Ensures proper auto-checking of accounts marked as "never
Dandroid-2.2.jd94 <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/
DPopupWindowVisibility.java62 AutoCompleteTextView textView = (AutoCompleteTextView) findViewById(R.id.auto); in onCreate()
/frameworks/base/docs/html/training/keyboard-input/
Dstyle.jd90 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>
Dindex.jd25 whether it performs auto-correct for spelling mistakes).</p>
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
DProfileActivity.java232 private void startViewProfiling(boolean auto) { in startViewProfiling() argument
234 mWeb.startScrollTest(mCallback, auto); in startViewProfiling()
/frameworks/base/docs/html/guide/practices/
Dcompatibility.jd203 <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/
Dindex.jd6 <div class="note design" style="background:none;overflow:auto;padding:10px 5px">
/frameworks/support/v7/gridlayout/
DREADME.txt32 …xmlns:app="http://schemas.android.com/apk/res-auto" <==== the namespace used for the library proj…
/frameworks/base/docs/html/guide/topics/manifest/
Dmanifest-element.jd14 … android:<a href="#install">installLocation</a>=["auto" | "internalOnly" | "preferExternal"] &gt;
138 <td>"{@code auto}"</td>
160 to be either "{@code auto}" or "{@code preferExternal}".</p>
/frameworks/base/docs/html/guide/appendix/
Dinstall-location.jd46 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/
Dinstall-location.jd46 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/
Ddoxygen.css148 overflow: auto;
930 height:auto !important;
931 width:auto !important;
/frameworks/base/docs/html/training/graphics/opengl/
Dmotion.jd86 //setRenderMode(GLSurfaceView.RENDERMODE_WHEN_DIRTY); // comment out for auto-rotation
/frameworks/base/docs/html/guide/topics/ui/controls/
Dtext.jd37 (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/
DSyncStorageEngine.java783 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/
Dcontrols.jd63 …ompleteTextView</code> widget to create a text entry widget that provides auto-complete suggestion…

123