OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:drag
(Results
376 - 400
of
1050
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/ui/webui/resources/css/apps/
topbutton_bar.css
11
-webkit-app-region: no-
drag
;
/external/chromium_org/ui/webui/resources/js/cr/ui/
card_slider.js
87
* The minimum velocity required to transition cards if they did not
drag
past
99
* position does not include deltas from active
drag
operations, and
107
* Current offset relative to |currentLeft_| due to an active
drag
568
// current card is new, or reset the existing card if we didn't
drag
620
* On each
drag
move event reposition the container appropriately so the
637
* On
drag
end events we may want to transition to another card, depending
638
* on the ending position of the
drag
and the velocity of the
drag
.
650
// The
drag
wasn't far enough to change cards but the velocity was
/external/zlib/
Android.mk
72
# up needing to
drag
in most of the other files anyway. So this is a first
/frameworks/base/core/java/android/view/
IWindow.aidl
72
*
Drag
/drop events
/packages/apps/Dialer/res/layout/
dialtacts_activity.xml
58
<!-- Host container for the contact tile
drag
shadow -->
/packages/apps/Launcher2/src/com/android/launcher2/
PendingAddItemInfo.java
27
* We pass this object with a
drag
from the customization tray
/packages/apps/Launcher3/src/com/android/launcher3/
PendingAddItemInfo.java
27
* We pass this object with a
drag
from the customization tray
/packages/services/Telecomm/res/xml/
respond_via_sms_settings.xml
28
(2) Allow reordering the strings by
drag
-and-drop.
/external/chromium_org/ui/views/controls/textfield/
textfield_unittest.cc
903
// Ensure the textfield will provide selected text for
drag
data.
913
// Ensure that disabled textfields do not support
drag
operations.
918
// Ensure that textfields without selections do not support
drag
operations.
923
// Ensure that password textfields do not support
drag
operations.
[
all
...]
/external/chromium_org/chrome/browser/apps/
web_view_interactive_browsertest.cc
325
// In the
drag
drop test we add 20px padding to the page body because on
489
// Now wait a bit before moving mouse to initiate
drag
/drop.
498
//
Drag
source over target.
501
// Create a second mouse over the source to trigger the
drag
over event.
513
// This is because of the nature of
drag
and drop code (esp. the
539
// Only used in
drag
/drop test.
[
all
...]
/frameworks/base/docs/html/about/versions/
android-3.0.jd
201
<h3>
Drag
and drop</h3>
203
<p>New APIs simplify
drag
and drop operations in your application's user interface. A
drag
205
object—from one place to another. The start and end point for the
drag
operation is a {@link
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
212
{@link android.view.DragEvent#ACTION_DROP}. Each view that wants to participate in a
drag
217
the data to
drag
, a {@link android.view.View.DragShadowBuilder} to facilitate the "shadow"
219
information about the
drag
object with views that may receive the object.</p
[
all
...]
/external/chromium_org/athena/wm/
split_view_controller.h
148
// Visually separates the windows and contains the
drag
handle.
151
// The
drag
handle which can be used when split view is active to exit the
/external/chromium_org/chrome/browser/resources/ntp4/
most_visited_page.css
176
/* 'finishing-
drag
' is the state we are in after dropping on the trash can.
179
.tile.dragging.finishing-
drag
{
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_folder_target.mm
49
// Note complication in which a click-
drag
engages
drag
and drop, not
/external/chromium_org/chrome/browser/ui/cocoa/
clickhold_button_cell.mm
13
//
Drag
distance threshold to activate click-hold; should be >= 0.
116
//
Drag
? (If distance meets threshold.)
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/
find_bar_view.mm
31
// Register for all the
drag
types handled by the RWHVCocoa.
142
// Eat
drag
operations, to prevent drags from going through to the views below.
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field.h
49
// Called when the user does a copy or
drag
.
122
// Handles being a
drag
-and-drop target.
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_matrix.mm
79
// The tracking area events aren't forwarded during a
drag
, so handle
80
// highlighting manually for middle-click and middle-
drag
.
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_drag_controller.mm
85
// treat a
drag
of a tab just like dragging around a tab that's already
95
// snap off and not
drag
within the tab strip.
125
// Cancel the
drag
and restore the previous state.
141
// Simply end the
drag
at this point.
179
// First, go through the magnetic
drag
cycle. We break out of this if
189
// Check that we haven't pulled the tab too far to start a
drag
. This
201
// Still dragging within the tab strip, wait for the next
drag
event.
427
// Don't want to re-show the window if it was closed during the
drag
.
/external/chromium_org/chrome/browser/ui/panels/
panel_drag_controller.cc
150
// Keep track of original collection and placement for the case that the
drag
156
void PanelDragController::
Drag
(const gfx::Point& mouse_location) {
165
// that the
drag
also triggers stacking and docking.
187
// At last, handle the
drag
via its collection's specific handler.
235
// Finalizing the
drag
.
267
// Abort the
drag
only if the panel being closed is currently being dragged.
412
// another panel and then moves away while the
drag
is still in progress.
810
// restore the dragging panel to the right place when the
drag
is cancelled.
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.h
158
// simply ignore all remaining
drag
events, and the eventual mouse release
161
// erroneously ignore the next
drag
.
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_controller.h
84
// non
drag
-able Tab.
94
// Compatible tab strips can transfer tabs during
drag
and drop.
/external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.h
60
// Callback for the "
drag
" message - initiates a file object
drag
.
/external/chromium_org/content/browser/browser_plugin/
browser_plugin_embedder.cc
122
// When the embedder's
drag
/drop operation ends, we need to pass the message
123
// to the guest that initiated the
drag
/drop operation. This will ensure that
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
TouchCommon.java
28
* Starts (synchronously) a
drag
motion. Normally followed by dragTo() and dragEnd().
70
* Finishes (synchronously) a
drag
/ move at the specified coordinate.
Completed in 499 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>