Home
last modified time | relevance | path

Searched refs:drop (Results 1 – 25 of 61) sorted by relevance

123

/frameworks/base/docs/html/guide/topics/ui/
Ddrag-drop.jd28 <a href="#DragDropLifecycle">The drag/drop process</a>
55 <a href="#HandleDrop">Responding to a drop</a>
115 With the Android drag/drop framework, you can allow your users to move data
116 from one View to another View in the current layout using a graphical drag and drop gesture.
127 A drag and drop operation starts when the user makes some gesture that you recognize as a
155 method has previously told the system that it wants to accept the drop, then the system sends
176 <h3 id="DragDropLifecycle">The drag/drop process</h3>
178 There are basically four steps or states in the drag and drop process:
199 including a possible drop event, a drag event listener must return <code>true</code>.
202 View object to show that the listener can accept a drop event.
[all …]
Dactionbar.jd81 <li>Supports consistent navigation and view switching within apps (with tabs or drop-down
786 appear at the top of the drop-down list and the target used most often appears directly in the
904 figure 8). In some cases, the Android system will instead show your tab items as a drop-down list
1064 <p class="img-caption"><strong>Figure 9.</strong> A drop-down navigation list in the
1069 in drop-down list (also known as a "spinner"). For example, the drop-down list can offer different
1072 <p>Using the drop-down list is useful when changing the content is important but not necessarily a
1077 <p>The basic procedure to enable drop-down navigation is:</p>
1081 list of selectable items for the drop-down and the layout to use when drawing each item in the
1086 onCreate()} method, enable the action bar's drop-down list by calling {@link
1089 <li>Set the callback for the drop-down list with {@link
[all …]
Dcontrols.jd84 <td>A drop-down list that allows users to select one value from a set.</td>
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DEventLogTags.logtags33 # PDP drop caused by network
39 # CDMA data network drop
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1484 int drop = -1; in addPoint() local
1491 drop = i; in addPoint()
1494 if (i == NUM_PAST && drop < 0) { in addPoint()
1495 drop = 0; in addPoint()
1497 if (drop == i) drop--; in addPoint()
1500 if (drop >= 0) { in addPoint()
1501 final int start = drop+1; in addPoint()
1502 final int count = NUM_PAST-drop-1; in addPoint()
1506 i -= (drop+1); in addPoint()
/frameworks/base/docs/html/sdk/installing/
Dstudio-layout.jd26 <p>Android Studio offers an advanced layout editor that allows you to drag-and-drop widgets
53 Screen Sizes</strong> from the device drop-down. </p>
118 hide the widgets available to drag-and-drop by clicking <strong>Palette</strong> on the
144 choice. You can also specify whether you want the image to have screen glare and/or a drop
Dstudio-tips.jd66 <p>Android Studio offers an advanced layout editor that allows you to drag-and-drop widgets
74 device drop-down.</p>
80 widgets available to drag-and-drop by clicking <strong>Palette</strong> on the left side of the
/frameworks/base/docs/html/distribute/analyze/
Dbuild-better-apps.jd52 flows, and where do they drop off the most? In a gaming app, it may be useful
62 may be able to reduce your drop-off rates.
/frameworks/base/docs/html/training/basics/actionbar/
Dindex.jd44 <li>Support for navigation and view switching (with tabs or drop-down lists).</li>
/frameworks/base/docs/html/distribute/tools/promote/
Ddevice-art.jd3 page.metaDescription=Drag and drop screenshots of your app into device artwork, for better looking …
455 // Set up drag and drop.
465 .live('drop', function(evt) {
719 * Loads the first valid image from a FileList (e.g. drag + drop source), as a data URI. This
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/
Ddevice-art.jd384 // Set up drag and drop.
394 .live('drop', function(evt) {
595 * Loads the first valid image from a FileList (e.g. drag + drop source), as a data URI. This
/frameworks/base/docs/html/tools/help/
Dadt.jd129 <dd>Edit and design your XML layout files with a drag and drop interface. The layout editor
265 <p>The canvas is the area where you can drag and drop UI widgets from the palette to design your
268 the <a href="#configuration-chooser">configuration chooser</a>. You can also drag and drop
338 <li>Preview drag and drop location: When you drag and drop a UI widget onto the canvas, ruler
375 <p>The palette contains the UI widgets that you can drag and drop onto the canvas and add to your
/frameworks/base/tools/orientationplot/
DREADME.txt50 it 90 degrees. Note that the confidence intervals will all drop to 0 at some
/frameworks/base/docs/html/about/versions/
Dandroid-3.0.jd139 <li>Add tabs or a drop-down list to navigate through fragments</li>
201 <h3>Drag and drop</h3>
203 <p>New APIs simplify drag and drop operations in your application's user interface. A drag
206 android.view.View}, so the APIs that directly handle the drag and drop operations are
209 <p>A drag and drop operation has a lifecycle that's defined by several drag actions&mdash;each
221 <p>To accept a drag object in a {@link android.view.View} (receive the "drop"), register the view
235 android.content.ClipData} object, this is not related to the system clipboard. A drag and drop
238 <p>For more information, read the <a href="{@docRoot}guide/topics/ui/drag-drop.html">Dragging and
239 Dropping</a> documentation. You can also see an implementation of drag and drop in the <a
Dandroid-3.0-highlights.jd85 …uts, and wallpapers using a dedicated visual layout mode. Visual cues and drop shadows improve vis…
208 <p style="margin-top:1.25em;margin-bottom:.75em;"><strong>Multiselect, clipboard, and drag-and-drop
210 …r for users to manage and organize files, developers can now add drag-and-drop interaction through…
/frameworks/base/docs/html/design/patterns/
Dconfirming-acknowledging.jd66 …unnecessary</strong>. This is a deliberate action: the user must drag and drop an item onto a rela…
Dapp-structure.jd130 <p>A <em>spinner</em> is a drop-down menu that allows users to switch between views of your app. </…
225 directly on list view items using drop-downs or split list items. This lets people invoke actions on
/frameworks/base/docs/html/guide/topics/ui/controls/
Dspinner.jd105 <p>When the user selects an item from the drop-down, the {@link android.widget.Spinner} object
/frameworks/base/docs/html/training/gestures/
Dscale.jd52 <p class="note">If you are targeting Android 3.0 or higher, you can use the built-in drag-and-drop
54 <a href="{@docRoot}guide/topics/ui/drag-drop.html">Drag and Drop</a>.
/frameworks/base/docs/html/tools/studio/
Dindex.jd37 <li>Rich layout editor with support for drag and drop theme editing</li>
100 the <strong>Project</strong drop-down. </p>
310 <p>From the Design View, you can drag and drop elements from the Palette to the Preview or
/frameworks/base/docs/html/training/wearables/ui/
Dcards.jd25 a card-styled frame with a white background, rounded corners, and a light-drop shadow.
/frameworks/base/docs/html/training/backward-compatible-ui/
Dabstracting.jd47 … as possible. This maximizes forward-compatibility and makes it easier to drop the abstraction lay…
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp875 media::Metadata::Filter allow, drop; in setMetadataFilter() local
878 unmarshallFilter(filter, &drop, &status)) { in setMetadataFilter()
882 mMetadataDrop = drop; in setMetadataFilter()
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt179 implementation. The cache implementation can simply drop a value if it
/frameworks/base/docs/html/guide/practices/
Dseamlessness.jd10 <li><a href="#drop">Don't Drop Data</a></li>
68 <h2 id="drop">Don't Drop Data</h2>

123