/frameworks/av/media/libstagefright/ |
D | FrameRenderTracker.cpp | 116 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/ |
D | drag-drop.jd | 28 <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 …]
|
D | controls.jd | 84 <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/ |
D | list_ext.kt | 28 else -> get(0).toCamelCaseAsVar() + drop(1).joinToCamelCase() in joinToCamelCaseAsVar()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | EventLogTags.logtags | 33 # PDP drop caused by network 39 # CDMA data network drop
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 1495 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/ |
D | multi-window.jd | 101 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/ |
D | build-better-apps.jd | 52 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/ |
D | multi-window.jd | 95 使用者可以在活動分享螢幕時,將一個活動中的資料<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/ |
D | multi-window.jd | 95 Пользователи могут <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/ |
D | multi-window.jd | 97 또 다른 액티비티로 데이터를 <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/ |
D | multi-window.jd | 96 …いるときに、データを 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/ |
D | multi-window.jd | 96 …用户可以在两个 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/ |
D | device-art.jd | 3 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/ |
D | device-art.jd | 384 // 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/ |
D | index.jd | 42 <li>Support for navigation and view switching (with tabs or drop-down lists).
|
/frameworks/base/docs/html/distribute/stories/games/ |
D | noodlecake-super-stickman.jd | 47 game immediately. And to minimize drop-off asynchronous gameplay starts
|
/frameworks/base/docs/html/wear/preview/ |
D | support.jd | 81 <li>Battery information is not synchronized between watch face and drop down
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 52 it 90 degrees. Note that the confidence intervals will all drop to 0 at some
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0.jd | 139 <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—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/ |
D | guided-step.jd | 192 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/ |
D | confirming-acknowledging.jd | 66 …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/ |
D | input-latency.jd | 94 conversion is to duplicate or drop samples as needed near a zero-crossing point. More
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | spinner.jd | 105 <p>When the user selects an item from the drop-down, the {@link android.widget.Spinner} object
|
/frameworks/base/docs/html/training/gestures/ |
D | scale.jd | 52 <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>.
|