OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:drag
(Results
101 - 125
of
708
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_menu_controller_gtk.cc
185
signals_.Connect(menu_item, "
drag
-begin",
187
signals_.Connect(menu_item, "
drag
-end",
189
signals_.Connect(menu_item, "
drag
-data-get",
192
// It is important to connect to this signal after setting up the
drag
194
// not the handler that the
drag
source uses.
290
// Don't handle this message; it was a
drag
.
324
// The button press may start a
drag
; don't let the default handler run.
341
// The parent menu item might be removed during the
drag
. Ref it so |button|
/external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.h
107
// Returns true if a
drag
session is currently active.
184
// Invoked during
drag
to layout the tabs being dragged in |tabs| at
186
// user moved the mouse far enough to trigger a
drag
.
210
// Destroys the active
drag
controller.
217
// Returns the size needed for the specified tabs. This is invoked during
drag
261
// The controller for a
drag
initiated from a Tab. Valid for the lifetime of
262
// the
drag
session.
265
// If true, the insert is a result of a
drag
attaching the tab back to the
tab_controller.h
52
// Potentially starts a
drag
for the specified Tab.
58
// Ends dragging a Tab. |canceled| is true if the
drag
was aborted in a way
abstract_tab_strip_view.h
21
// Returns false when there is a
drag
operation in progress so that the frame
/external/chromium/chrome/browser/ui/webui/
downloads_dom_handler.h
45
// Callback for the "
drag
" message - initiates a file object
drag
.
/external/webkit/Source/WebCore/page/chromium/
DragControllerChromium.cpp
50
// if we are a modal window, we are the
drag
source, or the window is an
70
// Match Safari's
drag
image size.
/external/webkit/Source/WebCore/platform/chromium/
ReadableDataObject.h
43
// Used for one way communication of
drag
/drop and copy/paste data from the
67
// To avoid making a lot of IPC calls for each
drag
event, we cache some
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
color1-expected-completion46b.txt
17
android:state_drag_can_accept : State for StateListDrawable indicating that the Drawable is in a view that is capable of accepting a drop of the content currently being manipulated in a
drag
-and-drop operation. [boolean]
18
android:state_drag_hovered : State for StateListDrawable indicating that a
drag
operation (for which the Drawable's view is a valid recipient) is currently positioned over the Drawable. [boolean]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
FrameLayoutRuleTest.java
47
//
Drag
point
58
// Without
drag
bounds we should just draw guide lines instead
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java
59
* listens to the
drag
, mouse and keyboard systems to find out when to start
72
/** A listener for
drag
source events. */
103
* scenarios (such as on a
drag
gesture) we don't get access to it.
113
* When we the
drag
leaves, we don't know if that's the last we'll see of
114
* this
drag
or if it's just temporarily outside the canvas and it will
190
* @param dragSource The
drag
source in the {@link LayoutCanvas} to listen
214
* @param dragSource The
drag
source in the {@link LayoutCanvas} to stop
483
// Mouse Up shouldn't be delivered in the middle of a
drag
& drop -
487
// the
drag
& drop operation, so ignore this event!
600
/** Listener for
Drag
& Drop events. *
[
all
...]
MoveGesture.java
52
/** Overlay which paints the
drag
& drop feedback. */
58
* The top view right under the
drag
'n'drop cursor.
59
* This can only be null during a
drag
'n'drop when there is no view under the cursor
66
*
drag
'n'drop that happens within the same instance of Eclipse.
68
* In the event that the
drag
and drop happens between different instances of Eclipse
76
* accept
drag
'n'drop so its parent layout became the target
drag
'n'drop receiver.
79
* This can be null if no view under the cursor accepted the
drag
'n'drop or if the node
109
/** Singleton used to keep track of
drag
selection in the same Eclipse instance. */
132
// Hide selection overlays during a move
drag
[
all
...]
/external/webkit/Source/WebKit/chromium/src/
WebViewImpl.h
301
// Start a system
drag
and drop operation.
398
// Consolidate some common code between starting a
drag
over a target and
399
// updating a
drag
over a target. If we're starting a
drag
, |isEntering|
446
// down. This is used by the
drag
client to determine what was under the
447
// mouse when the
drag
was initiated. We need to track this here in
449
// mouse was at when the
drag
was initiated, only the current point, which
451
// dragged by the time a
drag
is initiated.
480
// The available
drag
operations (copy, move link...) allowed by the source.
483
// The current
drag
operation as negotiated by the source and destination
[
all
...]
/frameworks/base/services/java/com/android/server/wm/
Session.java
253
/*
Drag
/drop */
264
Slog.d(WindowManagerService.TAG, "perform
drag
: win=" + window + " data=" + data);
269
Slog.w(WindowManagerService.TAG, "No
drag
prepared");
274
Slog.w(WindowManagerService.TAG, "Performing mismatched
drag
");
285
// the
drag
initiation (e.g. an alarm window popped up just as the application
294
// the actual
drag
event dispatch stuff in the dragstate
349
// Most likely the drop recipient ANRed and we ended the
drag
351
Slog.w(WindowManagerService.TAG, "Drop result given but no
drag
in progress");
356
// We're in a
drag
, but the wrong window has responded.
381
Slog.d(WindowManagerService.TAG, "
Drag
into new candidate view @ " + window.asBinder())
[
all
...]
/external/chromium/chrome/browser/bookmarks/
bookmark_node_data.h
32
// Typical usage when writing data for a
drag
is:
100
// Reads bookmarks that are being dragged from the
drag
and drop
117
// Writes the data for a
drag
to |pickle|.
120
// Reads the data for a
drag
from a |pickle|.
/external/chromium/chrome/browser/resources/gpu_internals/
timeline.css
10
.timeline-
drag
-box {
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
splitter.js
76
* mouse up events and calls splitter
drag
start handler.
77
* @param {!Event} e The mouse event that started the
drag
.
98
* and calls splitter
drag
end handler.
120
* the mouse. Calls splitter
drag
move handler.
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_drag_source.mm
37
// and a single
drag
image.
/external/chromium/chrome/browser/ui/cocoa/
draggable_button.mm
13
// TODO(viettrungluu): Do we want common, standard code for
drag
hysteresis?
62
// Determine whether a mouse down should turn into a
drag
; started as copy of
110
// It makes sense to put the first and last
drag
events and the mouse
144
// There are non-
drag
cases where a mouseUp: may happen
hover_button.h
33
//
drag
the button without moving the mouse before you press the button down.
hyperlink_button_cell.h
13
// 1.
Drag
out an NSButton.
/external/chromium/chrome/browser/ui/cocoa/location_bar/
ev_bubble_decoration.h
16
// is used to fulfill
drag
-related calls.
/external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_view.h
24
// Handles being a
drag
-and-drop target.
/external/chromium/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.h
75
// Initialize
drag
and drop.
131
// Called by the BrowserActionButton in response to
drag
-begin.
177
// Contains the
drag
gripper, browser action buttons, and overflow chevron.
197
// The new position of the button in the
drag
, or -1.
custom_drag.cc
47
g_signal_connect(drag_widget_, "
drag
-data-get",
49
g_signal_connect(drag_widget_, "
drag
-begin",
51
g_signal_connect(drag_widget_, "
drag
-end",
107
g_signal_connect(widget, "
drag
-data-get",
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMatrix.java
24
//
drag
down: Matrix{[1.0, 0.0, -1.3872986][0.0, 1.0, 0.37722778][0.0, 0.0, 1.0]}
Completed in 2468 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>