/frameworks/base/docs/html/design/style/ |
D | color.jd | 19 -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/ |
D | switches.jd | 5 <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
|
D | spinners.jd | 12 <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>
|
D | text-fields.jd | 53 <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/ |
D | HorizontalHoverCardSwitcher.java | 61 public void select(HorizontalGridView gridView, View childView, Object object) { in select() method in HorizontalHoverCardSwitcher 68 select(object); in select()
|
D | PresenterSwitcher.java | 42 public void select(Object object) { in select() method in PresenterSwitcher
|
D | FocusHighlightHelper.java | 45 void animateFocus(boolean select, boolean immediate) { in animateFocus() argument 47 final float end = select ? 1 : 0; in animateFocus()
|
/frameworks/base/docs/html/tools/help/ |
D | avd-manager.jd | 11 <li>In Eclipse: select <strong>Window > Android Virtual Device Manager</strong>, or click 14 <li>In Android Studio: select <strong>Tools > Android > AVD Manager</strong>, or click
|
D | sdk-manager.jd | 13 select <strong>Window</strong> > <strong>Android SDK Manager</strong>.</li> 14 <li>From Android Studio, select <strong>Tools</strong> > <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/ |
D | projects-eclipse.jd | 86 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/ |
D | HTTPLiveSource.cpp | 138 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()
|
D | GenericSource.h | 70 virtual status_t selectTrack(size_t trackIndex, bool select); 165 status_t doSelectTrack(size_t trackIndex, bool select);
|
D | HTTPLiveSource.h | 45 virtual status_t selectTrack(size_t trackIndex, bool select);
|
D | GenericSource.cpp | 999 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/ |
D | TestGrouping.java | 82 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/ |
D | installing-adt.jd | 40 <li>Start Eclipse, then select <strong>Help</strong> > <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> > <strong>Install New 122 <li>In the Available Software dialog, select the checkbox next to Developer Tools and click
|
D | migrate.jd | 26 <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
|
D | create-project.jd | 30 <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/ |
D | getch.c | 41 return select(1, &fds, NULL, NULL, &tv); in kbhit()
|
/frameworks/base/docs/html/samples/ |
D | index.jd | 30 <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/ |
D | debugging-devtools.jd | 15 …<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/ |
D | selection.jd | 12 …held in the same position for a moment—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/ |
D | troubleshooting.jd | 23 …<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 > Open Perspective > Other</code></li> 161 To clean the project (a good idea with any kind of build error), select 162 Project > 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/ |
D | app-signing.jd | 116 <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/ |
D | oem-usb.jd | 81 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>
|