OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:drag
(Results
51 - 75
of
1050
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/ash/drag_drop/
drag_drop_tracker.h
20
// Provides functions for handling
drag
events inside and outside the root
21
// window where
drag
is started. This internally sets up a capture window for
22
// tracking
drag
events outside the root window where
drag
is initiated.
49
// A window for capturing
drag
events while dragging.
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
menu_tracked_button.h
17
// allow for setting the cell's highlight property. When in a
drag
cycle,
19
// delayed selector is scheduled to poll the mouse location after each
drag
20
// event. This checks if the user is still over the button after the
drag
26
// custom
drag
tracking logic.
29
// Whether or not the user is in a click-
drag
-release event sequence. If so
/packages/apps/Protips/res/values-en-rGB/
arrays.xml
21
<item msgid="8842580895829057430">"
Drag
apps to your Home screen.\n Touch & hold an app in the Launcher until it vibrates."</item>
22
<item msgid="8903218961940756528">"Rearrange your Home screen.\n Touch & hold an item and when it vibrates,
drag
it where you want it to go."</item>
23
<item msgid="3123213860439458492">"Remove items.\n Touch & hold an item and when it vibrates,
drag
it to the Recycle Bin icon. @drawable/recycle bin"</item>
24
<item msgid="1000948398885889319">"Multiple Home screens.\n Swipe left or right to switch.
Drag
items to other screens."</item>
25
<item msgid="424487960942281801">"Finished with this widget?\n Touch & hold it and when it vibrates,
drag
it to the Recycle Bin icon."</item>
/packages/apps/Protips/res/values-en-rIN/
arrays.xml
21
<item msgid="8842580895829057430">"
Drag
apps to your Home screen.\n Touch & hold an app in the Launcher until it vibrates."</item>
22
<item msgid="8903218961940756528">"Rearrange your Home screen.\n Touch & hold an item and when it vibrates,
drag
it where you want it to go."</item>
23
<item msgid="3123213860439458492">"Remove items.\n Touch & hold an item and when it vibrates,
drag
it to the Recycle Bin icon. @drawable/recycle bin"</item>
24
<item msgid="1000948398885889319">"Multiple Home screens.\n Swipe left or right to switch.
Drag
items to other screens."</item>
25
<item msgid="424487960942281801">"Finished with this widget?\n Touch & hold it and when it vibrates,
drag
it to the Recycle Bin icon."</item>
/packages/apps/InCallUI/res/values/
array.xml
24
- Answer (
drag
right)
25
- Decline (
drag
left) -->
46
- Answer (
drag
right)
47
- Respond via SMS (
drag
up)
48
- Decline (
drag
left) -->
69
- Answer as video call (
drag
right)
70
- Decline (
drag
left)
71
- Answer as audio call (
drag
down) -->
92
- Answer as video call (
drag
right)
93
- Respond via SMS (
drag
up
[
all
...]
/external/chromium_org/ash/wm/
toplevel_window_event_handler.h
64
// completes nor reverts the
drag
because both access the WindowResizer's
69
// Attempts to start a
drag
if one is not already in progress. Returns true if
76
// Completes or reverts the
drag
if one is in progress. Returns true if a
77
//
drag
was completed or reverted.
83
// Called during a
drag
to resize/position the window.
92
// Sets |window|'s state type to |new_state_type|. Called after the
drag
has
104
// The window bounds when the
drag
was started. When a window is minimized,
106
// be set to the bounds of the window when the
drag
was started.
115
// Whether the
drag
was reverted. Set by CompleteDrag().
window_resizer.h
47
// Invoked to
drag
/move/resize the window. |location| is in the coordinates
50
virtual void
Drag
(const gfx::Point& location, int event_flags) = 0;
52
// Invoked to complete the
drag
.
55
// Reverts the
drag
.
68
//
Drag
parameters established when
drag
starts.
76
// WindowState of the
drag
target.
88
// Returns the size of the window for the
drag
.
94
// Returns the height of the
drag
.
/external/chromium_org/third_party/polymer/components/core-drag-drop/
core-drag-drop.html
13
core-
drag
-avatar {
24
@element core-
drag
-drop
28
<polymer-element name="core-
drag
-drop">
31
Polymer('core-
drag
-drop', {
39
this.__proto__.avatar = document.createElement('core-
drag
-avatar');
75
this.fire('
drag
-start', this.dragInfo);
76
// flaw #1: what if user doesn't need `
drag
()`?
77
this.dragging = Boolean(this.dragInfo.
drag
);
86
this.dragInfo.
drag
(this.dragInfo);
demo.html
8
<title>Core
Drag
Drop</title>
12
<link rel="import" href="core-
drag
-drop.html">
49
<core-
drag
-drop></core-
drag
-drop>
66
addEventListener('
drag
-start', function(e) {
72
dragInfo.
drag
= function() {};
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h
40
//
Drag
() is invoked as the mouse is dragged. If the mouse is dragged far enough
41
// TabDragController starts a
drag
session. The
drag
session is completed when
47
// and RunMoveLoop() is invoked on the Widget to
drag
the browser around. This
63
// Indicates the event source that initiated the
drag
.
69
// Amount above or below the tabstrip the user has to
drag
before detaching.
76
// Initializes TabDragController to
drag
the tabs in |tabs| originating from
77
// |source_tabstrip|. |source_tab| is the tab that initiated the
drag
and is
82
// selection model before the
drag
started and is only non-empty if
93
// Returns true if there is a
drag
underway and the drag is attached t
[
all
...]
/external/chromium_org/ash/wm/panels/
panel_window_resizer.h
33
virtual void
Drag
(const gfx::Point& location, int event_flags) OVERRIDE;
49
// Tracks the panel's initial position and attachment at the start of a
drag
50
// and informs the PanelLayoutManager that a
drag
has started if necessary.
53
// Informs the PanelLayoutManager that the
drag
is complete if it was informed
54
// of the
drag
start.
71
// Set to true once
Drag
() is invoked and the bounds of the window change.
/external/chromium_org/third_party/WebKit/ManualTests/
plain-text-paste.html
12
2.
Drag
each item from the Finder window into the corresponding field below.<br>
33
<td>
Drag
item 1 here: <input></td>
37
<td>
Drag
item 2 here: <input></td>
41
<td>
Drag
item 3 here: <input></td>
45
<td>
Drag
item 4 here: <input></td>
49
<td>
Drag
item 5 here: <input></td>
drag-image.html
20
<p>This tests that setting the
drag
image works. If this is successful, the
drag
icon when dragging the text below around should look like the image below.</p>
drag_select_highlighting.html
6
<p>
Drag
across the following line from right to left and all the way back.</p>
10
<p>
Drag
across the following line from left to right and all the way back.</p>
autoscroll-when-outside-window.html
3
<p>Click somewhere in this text, then quickly
drag
past the bottom of the window and hold still to allow auto-scrolling to happen.</p>
/external/chromium_org/third_party/polymer/components-chromium/core-drag-drop/
core-drag-drop-extracted.js
3
Polymer('core-
drag
-drop', {
11
this.__proto__.avatar = document.createElement('core-
drag
-avatar');
47
this.fire('
drag
-start', this.dragInfo);
48
// flaw #1: what if user doesn't need `
drag
()`?
49
this.dragging = Boolean(this.dragInfo.
drag
);
58
this.dragInfo.
drag
(this.dragInfo);
demo.html
8
<title>Core
Drag
Drop</title>
12
<link rel="import" href="core-
drag
-drop.html">
49
<core-
drag
-drop></core-
drag
-drop>
66
addEventListener('
drag
-start', function(e) {
72
dragInfo.
drag
= function() {};
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
AwTestTouchUtils.java
52
* Performs a
drag
between the given coordinates, specified relative to the given view.
53
* This is safe to call from the instrumentation thread and will invoke the
drag
57
* @param fromX The relative x-coordinate of the start point of the
drag
.
58
* @param toX The relative x-coordinate of the end point of the
drag
.
59
* @param fromY The relative y-coordinate of the start point of the
drag
.
60
* @param toY The relative y-coordinate of the end point of the
drag
.
61
* @param stepCount The total number of motion events that should be generated during the
drag
.
62
* @param completionLatch The .countDown method is called on this latch once the
drag
finishes.
/external/chromium_org/chrome/browser/ui/cocoa/panels/
mouse_drag_controller.mm
39
// Mouse moved over threshold, start
drag
.
71
// In addition to events needed to control the
drag
operation, fetch the right
84
// If
drag
didn't start yet, see if mouse moved far enough to start it.
95
// The
drag
might not be started yet because of threshold, so check.
103
// The
drag
might not be started yet because of threshold, so check.
116
// at once when the
drag
ends.
138
// The mouseUp while in
drag
should be processed by nested message loop
141
// Do cleanup in case the actual
drag
was not started (because of threshold).
/frameworks/base/tests/SystemUIDemoModeController/res/values/
strings.xml
20
<string name="help_text">"
Drag
: control icon states\nLong-press +
drag
: control background color\nDouble-tap: toggle bar mode</string>
/packages/apps/Protips/res/values/
arrays.xml
39
<!-- Tip: Longpress in Launcher (all apps) to
drag
apps to the home screen. -->
40
<item>
Drag
apps to your Home screen.\n
45
Touch & hold an item and when it vibrates,
drag
it where you want.</item>
47
<!-- Tip: Longpress icons/widgets and
drag
to trash to remove them. -->
49
Touch & hold an item and when it vibrates,
drag
it to the Trash icon. @drawable/trash</item>
51
<!-- Tip: Swipe to switch workspaces;
drag
items to move them to other
54
Swipe left or right to switch.
Drag
items to other screens.</item>
59
Touch & hold it and when it vibrates,
drag
it to the Trash icon.</item>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DropGesture.java
23
* A {@link DropGesture} is a {@link Gesture} which deals with
drag
and drop, so
25
* "valid", and in general gets access to the system
drag
and drop data
33
* @param event The {@link DropTargetEvent} for this
drag
and drop event
42
* @param event The {@link DropTargetEvent} for this
drag
and drop event
52
* @param event The {@link DropTargetEvent} for this
drag
and drop event
62
* @param event The {@link DropTargetEvent} for this
drag
and drop event
72
* @param event The {@link DropTargetEvent} for this
drag
and drop event
82
* @param event The {@link DropTargetEvent} for this
drag
and drop event
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_drag_drop_cocoa.h
18
// Returns a
drag
image for a bookmark.
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_drag_controller.h
41
BOOL draggingWithinTabStrip_; // Did
drag
stay in the current tab strip?
46
NSPoint dragOrigin_; // Origin point of the
drag
48
TabWindowController* sourceController_; // weak. controller starting the
drag
49
NSWindow* sourceWindow_; // Weak. The window starting the
drag
.
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
TestTouchUtils.java
18
* specify coordinates for longClick, splits
drag
operation in three stages, etc).
126
* Starts (synchronously) a
drag
motion. Normally followed by dragTo() and dragEnd().
144
* @param fromX The relative x-coordinate of the start point of the
drag
.
145
* @param toX The relative x-coordinate of the end point of the
drag
.
146
* @param fromY The relative y-coordinate of the start point of the
drag
.
147
* @param toY The relative y-coordinate of the end point of the
drag
.
148
* @param stepCount The total number of motion events that should be generated during the
drag
.
149
* @param downTime The initial time of the
drag
, in ms.
165
* Finishes (synchronously) a
drag
/ move at the specified coordinate.
171
* @param downTime The initial time of the
drag
, in ms
[
all
...]
Completed in 704 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>