Home
last modified time | relevance | path

Searched refs:select (Results 1 – 25 of 242) sorted by relevance

12345678910

/frameworks/base/docs/html/design/style/
Dcolor.jd19 -webkit-user-select: none;
20 user-select: none;
21 /* nested user-select in FF is broken as of Jan 2012, don't use it */
67 -webkit-user-select: text;
68 user-select: text;
69 /* nested user-select in FF is broken as of Jan 2012, don't use it */
/frameworks/base/docs/html/design/building-blocks/
Dswitches.jd5 <p>Switches allow the user to select options. There are three kinds of switches: checkboxes, radio
19 <p itemprop="description">Checkboxes allow the user to select multiple options from a set. Avoid us…
35 <p>Radio buttons allow the user to select one option from a set. Use radio buttons for exclusive
Dspinners.jd12 <p itemprop="description">Spinners provide a quick way to select one value from a set. In the defau…
14 values, from which the user can select a new one.</p>
26 associated spinner allows you to select whether it's a Home or Work address.</p>
Dtext-fields.jd53 <p>Users can select any word in a text field with a long press. This action triggers a text selecti…
73 <p>Selection handles can be dragged to select more or less text while remaining in selection mode.<…
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DHorizontalHoverCardSwitcher.java61 public void select(HorizontalGridView gridView, View childView, Object object) { in select() method in HorizontalHoverCardSwitcher
68 select(object); in select()
DPresenterSwitcher.java42 public void select(Object object) { in select() method in PresenterSwitcher
DFocusHighlightHelper.java45 void animateFocus(boolean select, boolean immediate) { in animateFocus() argument
47 final float end = select ? 1 : 0; in animateFocus()
/frameworks/base/docs/html/tools/help/
Davd-manager.jd11 <li>In Eclipse: select <strong>Window &gt; Android Virtual Device Manager</strong>, or click
14 <li>In Android Studio: select <strong>Tools &gt; Android &gt; AVD Manager</strong>, or click
Dsdk-manager.jd13 select <strong>Window</strong> &gt; <strong>Android SDK Manager</strong>.</li>
14 <li>From Android Studio, select <strong>Tools</strong> &gt; <strong>Android</strong>
22 <p>You can select which packages you want to download by toggling the checkboxes on the left, then
75 you are choosing a samples package to download, select the one whose API Level
133 <li>With the Android SDK Manager window open, select "Settings" in the
/frameworks/base/docs/html/tools/projects/
Dprojects-eclipse.jd86 project at any time: Right-click the project in the Package Explorer, select
87 <strong>Properties</strong>, select <strong>Android</strong> and then check the desired
103 <li>In the <strong>Configure Project</strong> page, select the desired settings and click
110 <li>In the <strong>Create Activity</strong> page, select activity template and click
140 <li>In the <strong>Configure Project</strong> page, select the <strong>Mark this project as a
149 Properties for the project and select the <strong>is Library</strong> checkbox, as shown in
158 <li>In the <strong>Package Explorer</strong>, right-click the library project and select
161 <li>In the <strong>Properties</strong> window, select the <strong>Android</strong> properties
206 <li>In the <strong>Package Explorer</strong>, right-click the dependent project and select
209 <li>In the <strong>Properties</strong> window, select the "Android" properties group at left
[all …]
/frameworks/av/media/libmediaplayerservice/nuplayer/
DHTTPLiveSource.cpp138 status_t NuPlayer::HTTPLiveSource::selectTrack(size_t trackIndex, bool select) { in selectTrack() argument
139 status_t err = mLiveSession->selectTrack(trackIndex, select); in selectTrack()
143 if (select) { in selectTrack()
DGenericSource.h70 virtual status_t selectTrack(size_t trackIndex, bool select);
165 status_t doSelectTrack(size_t trackIndex, bool select);
DHTTPLiveSource.h45 virtual status_t selectTrack(size_t trackIndex, bool select);
DGenericSource.cpp999 status_t NuPlayer::GenericSource::selectTrack(size_t trackIndex, bool select) { in selectTrack() argument
1000 ALOGV("%s track: %zu", select ? "select" : "deselect", trackIndex); in selectTrack()
1003 msg->setInt32("select", select); in selectTrack()
1015 int32_t trackIndex, select; in onSelectTrack() local
1017 CHECK(msg->findInt32("select", &select)); in onSelectTrack()
1020 status_t err = doSelectTrack(trackIndex, select); in onSelectTrack()
1028 status_t NuPlayer::GenericSource::doSelectTrack(size_t trackIndex, bool select) { in doSelectTrack() argument
1033 if (!select) { in doSelectTrack()
/frameworks/base/test-runner/src/android/test/suitebuilder/
DTestGrouping.java82 return select(methods, new TestMethodPredicate()); in getTestMethods()
162 for (Class<?> testClass : select(allClasses, in selectTestClasses()
169 private <T> List<T> select(Collection<T> items, Predicate<T> predicate) { in select() method in TestGrouping
/frameworks/base/docs/html/sdk/installing/
Dinstalling-adt.jd40 <li>Start Eclipse, then select <strong>Help</strong> &gt; <strong>Install New
50 <li>In the Available Software dialog, select the checkbox next to Developer Tools and click
68 <li>In the "Welcome to Android Development" window that appears, select <strong>Use
70 <li>Browse and select the location of the Android SDK directory you recently
116 <li>Start Eclipse, then select <strong>Help</strong> &gt; <strong>Install New
122 <li>In the Available Software dialog, select the checkbox next to Developer Tools and click
Dmigrate.jd26 <li>In Eclipse, select <strong>File > Export</strong>.</li>
27 <li>In the window that appears, open <strong>Android</strong> and select <strong>Generate Gradle
42 <li>Locate the project you exported from Eclipse, expand it, select the
Dcreate-project.jd30 <p>The next window lets you select the form factors supported by your app, such as phone, tablet,
31 TV, Wear, and Google Glass. For each form factor, you can also select the API
50 <p>The next screen lets you select an activity type to add to your app, as shown in Figure 4.
/frameworks/wilhelm/tests/sandbox/
Dgetch.c41 return select(1, &fds, NULL, NULL, &tv); in kbhit()
/frameworks/base/docs/html/samples/
Dindex.jd30 <strong>File > Import Project</strong> and select the root folder of the unpacked project.
33 external model</strong> and select the <strong>Gradle</strong> option.
/frameworks/base/docs/html/tools/debugging/
Ddebugging-devtools.jd15 …<p>To get started, launch the Dev Tools application and select <strong>Development Settings</stron…
22 Lets you select the application to debug. You do not need to set this to attach a debugger,
29 <li>It will enable you to select the <em>Wait for Debugger</em> option to pause application
/frameworks/base/docs/html/design/patterns/
Dselection.jd12 …held in the same position for a moment&mdash;to be the global gesture to select data.. This affect…
13 handle multi-select and contextual actions in your apps.</p>
23 <p>This pattern changed with Android 3.0. The long press gesture is now used to select data, combin…
/frameworks/base/docs/html/guide/faq/
Dtroubleshooting.jd23 …<li><a href="#majorminor">When I go to preferences in Eclipse and select "Android", I get the foll…
43 <li>From the dialog where you select the <strong>Update sites to visit</strong>, select the checkbo…
45 check <strong>Automatically select mirrors</strong> at the bottom).</li>
47 <li>In the <strong>Next</strong> dialog, select the Android Plugins.</li>
50 <li>On the right, click <strong>Select required</strong>. This will select all the components
60 <li>If an update for ADT is available, select it and click <strong>Finish</strong>.</li>
138 <li>From the menu select <code>Window &gt; Open Perspective &gt; Other</code></li>
161 To clean the project (a good idea with any kind of build error), select
162 Project &gt; Clean from the eclipse main menu, then select the project you
195 <a name="majorminor"></a><h2>When I go to preferences in Eclipse and select "Android", I get the fo…
/frameworks/base/docs/html/tools/publishing/
Dapp-signing.jd116 <li><p>On the <em>Generate Signed APK Wizard</em> window, select a keystore, a private key, and ent…
122 <li><p>On the next window, select a destination for the signed APK and click
136 <li>On the project browser, right click on your app and select <strong>Open Module
138 <li>On the <em>Project Structure</em> window, select your app's module under <em>Modules</em>.</li>
148 <li><p>Under <em>Signing Config</em>, select the signing configuration you just created.</p>
165 <li>Select the project in the Package Explorer and select <strong>File</strong> >
167 <li>On the <em>Export</em> window, select <strong>Export Android Application</strong> and click
169 <li>On the <em>Export Android Application</em> window, select the project you want to sign and
173 already have a keystore, select <strong>Use existing keystore</strong>, enter your keystore's
186 <li><p>On the next window, select the location to export the signed APK.</p>
/frameworks/base/docs/html/tools/extras/
Doem-usb.jd81 and select <strong>Manage</strong>.</li>
84 <li>Right-click the device name (such as <em>Nexus S</em>) and select <strong>Update
100 and select <strong>Manage</strong>.</li>
104 <li>Right-click <em>Android Composite ADB Interface</em> and select <strong>Update
145 and select <strong>Manage</strong>.</li>
148 <li>Right-click <em>Android Composite ADB Interface</em> and select <strong>Update
191 and select <strong>Manage</strong>.</li>
194 <li>Right-click on <em>HTC Dream Composite ADB Interface</em>, and select <strong>Update
265 support tab to select your products/device. Different regions will have different links.</td>

12345678910