OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dragging
(Results
1 - 9
of
9
) sorted by null
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.h
66
// Continues
dragging
a Tab.
69
// Ends
dragging
a Tab. |canceled| is true if the drag was aborted in a way
75
// detaching. Used by the Frame to determine if
dragging
on the Tab
100
void set_dragging(bool
dragging
) { dragging_ =
dragging
; }
101
bool
dragging
() const { return dragging_; }
function in class:TabGtk
155
// Starts the
dragging
operation. |drag_offset| is the offset inside the tab
159
// Ends the
dragging
operations. |canceled| is true if the operation was
/external/chromium/chrome/browser/ui/views/tabs/
base_tab.h
60
void set_dragging(bool
dragging
) { dragging_ =
dragging
; }
61
bool
dragging
() const { return dragging_; }
function in class:BaseTab
171
// WARNING: this is null during detached tab
dragging
.
/packages/apps/Launcher2/src/com/android/launcher2/
DragController.java
71
/** Whether or not we're
dragging
. */
81
* or right while you're
dragging
.
95
/** The view that will be scrolled when
dragging
to the left and right edges of the screen. */
147
public boolean
dragging
() {
method in class:DragController
173
* Makes
dragging
feel more precise, e.g. you can clip out a transparent border
207
* Makes
dragging
feel more precise, e.g. you can clip out a transparent border
252
* Makes
dragging
feel more precise, e.g. you can clip out a transparent border
361
* Stop
dragging
without dropping.
375
// Cancel the current drag if we are removing an app that we are
dragging
/prebuilt/darwin-x86/swt/
swt.jar
/prebuilt/darwin-x86_64/swt/
swt.jar
/prebuilt/linux-x86/swt/
swt.jar
/prebuilt/linux-x86_64/swt/
swt.jar
/prebuilt/windows/swt/
swt.jar
/prebuilt/windows-x86_64/swt/
swt.jar
Completed in 686 milliseconds