Home
last modified time | relevance | path

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

123

/frameworks/av/media/libstagefright/
DFrameRenderTracker.cpp116 bool drop = false; // whether to drop each frame in checkFencesAndGetRenderedFrames() local
119 drop = dropIncomplete; in checkFencesAndGetRenderedFrames()
124 drop = true; in checkFencesAndGetRenderedFrames()
126 drop = dropIncomplete; in checkFencesAndGetRenderedFrames()
138 if (drop || (it->mFence == NULL && it == mRenderQueue.begin())) { in checkFencesAndGetRenderedFrames()
/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 …]
Dcontrols.jd84 <td>A drop-down list that allows users to select one value from a set.</td>
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/ext/
Dlist_ext.kt28 else -> get(0).toCamelCaseAsVar() + drop(1).joinToCamelCase() in joinToCamelCaseAsVar()
/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.java1495 int drop = -1; in addPoint() local
1502 drop = i; in addPoint()
1505 if (i == NUM_PAST && drop < 0) { in addPoint()
1506 drop = 0; in addPoint()
1508 if (drop == i) drop--; in addPoint()
1511 if (drop >= 0) { in addPoint()
1512 final int start = drop+1; in addPoint()
1513 final int count = NUM_PAST-drop-1; in addPoint()
1517 i -= (drop+1); in addPoint()
/frameworks/base/docs/html/preview/features/
Dmulti-window.jd101 Users can <a href="{@docRoot}guide/topics/ui/drag-drop.html">drag and
102 drop</a> data from one activity to another while the activities are sharing
103 the screen. (Previously, users could only drag and drop data within a single
414 <h3 id="dnd">Supporting drag and drop</h3>
417 Users can <a href="{@docRoot}guide/topics/ui/drag-drop.html">drag and
418 drop</a> data from one activity to another while the two activities are
419 sharing the screen. (Previously, users could only drag and drop data within a
420 single activity.) For this reason, you may want to add drag and drop
427 package to support cross-app drag and drop. For details on the following
439 that receives a drop.
[all …]
/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-intl/intl/zh-tw/preview/features/
Dmulti-window.jd95 使用者可以在活動分享螢幕時,將一個活動中的資料<a href="{@docRoot}guide/topics/ui/drag-drop.html">拖放</a>到另一個活動。
401 使用者可以在兩個活動分享螢幕時,將一個活動中的資料<a href="{@docRoot}guide/topics/ui/drag-drop.html">拖放</a>到另一個活動。
/frameworks/base/docs/html-intl/intl/ru/preview/features/
Dmulti-window.jd95 Пользователи могут <a href="{@docRoot}guide/topics/ui/drag-drop.html">перетаскивать</a>
401 Пользователи могут <a href="{@docRoot}guide/topics/ui/drag-drop.html">перетаскивать</a> данные
/frameworks/base/docs/html-intl/intl/ko/preview/features/
Dmulti-window.jd97 또 다른 액티비티로 데이터를 <a href="{@docRoot}guide/topics/ui/drag-drop.html">드래그 앤 드롭</a>할
409 액티비티가 화면을 공유하는 동안 한 액티비티에서 다른 액티비티로 데이터를 <a href="{@docRoot}guide/topics/ui/drag-drop.html">드래그 앤 드…
/frameworks/base/docs/html-intl/intl/ja/preview/features/
Dmulti-window.jd96 …いるときに、データを 1 つのアクティビティから別のアクティビティに<a href="{@docRoot}guide/topics/ui/drag-drop.html">ドラッグ&ドロップ</a>…
408 …いるときに、データを 1 つのアクティビティから別のアクティビティに<a href="{@docRoot}guide/topics/ui/drag-drop.html">ドラッグ&ドロップ</a>…
/frameworks/base/docs/html-intl/intl/zh-cn/preview/features/
Dmulti-window.jd96 …用户可以在两个 Activity 共享屏幕的同时在这两个 Activity 之间<a href="{@docRoot}guide/topics/ui/drag-drop.html">拖放</a>数据
408 …用户可以在两个 Activity 共享屏幕的同时在这两个 Activity 之间<a href="{@docRoot}guide/topics/ui/drag-drop.html">拖放</a>数据
/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 …
470 // Set up drag and drop.
480 .live('drop', function(evt) {
734 * 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/training/appbar/
Dindex.jd42 <li>Support for navigation and view switching (with tabs or drop-down lists).
/frameworks/base/docs/html/distribute/stories/games/
Dnoodlecake-super-stickman.jd47 game immediately. And to minimize drop-off asynchronous gameplay starts
/frameworks/base/docs/html/wear/preview/
Dsupport.jd81 <li>Battery information is not synchronized between watch face and drop down
/frameworks/base/tools/orientationplot/
DREADME.txt52 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
/frameworks/base/docs/html/training/tv/playback/
Dguided-step.jd192 subactions that get displayed as a drop-down list of child actions.
256 // Return true to collapse the subactions drop-down list, or
257 // false to keep the drop-down list expanded.
/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…
/frameworks/base/docs/html/ndk/guides/audio/
Dinput-latency.jd94 conversion is to duplicate or drop samples as needed near a zero-crossing point. More
/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>.

123