OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dragSource
(Results
1 - 17
of
17
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
DropTarget.java
55
public
DragSource
dragSource
= null;
93
public void onDragStart(
DragSource
source, Object info, int dragAction) {
117
* @param source
DragSource
where the drag started
148
* @param source
DragSource
where the drag started
166
* @param source
DragSource
where the drag started
DeleteDropTarget.java
92
private boolean isAllAppsApplication(
DragSource
source, Object info) {
95
private boolean isAllAppsWidget(
DragSource
source, Object info) {
109
return (d.
dragSource
instanceof Workspace) || (d.
dragSource
instanceof Folder);
118
return (d.
dragSource
instanceof Workspace) && (d.dragInfo instanceof FolderInfo);
137
public void onDragStart(
DragSource
source, Object info, int dragAction) {
222
if (isAllAppsApplication(d.
dragSource
, item)) {
372
final boolean isAllApps = d.
dragSource
instanceof AppsCustomizePagedView;
DragController.java
135
void onDragStart(
DragSource
source, Object info, int dragAction);
177
public void startDrag(View v, Bitmap bmp,
DragSource
source, Object dragInfo, int dragAction,
209
DragSource
source, Object dragInfo, int dragAction, Point dragOffset, Rect dragRegion,
239
mDragObject.
dragSource
= source;
325
mDragObject.
dragSource
.onDropCompleted(null, mDragObject, false, false);
389
d.
dragSource
.onFlingToDeleteCompleted();
445
PointF vec = isFlingingToDelete(mDragObject.
dragSource
);
587
PointF vec = isFlingingToDelete(mDragObject.
dragSource
);
610
private PointF isFlingingToDelete(
DragSource
source) {
655
mDragObject.
dragSource
.onDropCompleted((View) mFlingToDeleteDropTarget, mDragObject, true
[
all
...]
Workspace.java
74
implements DropTarget,
DragSource
, DragScroller, View.OnTouchListener,
387
public void onDragStart(
DragSource
source, Object info, int dragAction) {
[
all
...]
/external/webkit/Source/WebCore/page/
DragController.cpp
674
HitTestResult
dragSource
= HitTestResult(dragOrigin);
675
dragSource
= src->eventHandler()->hitTestResultAtPoint(dragOrigin, true);
676
KURL linkURL =
dragSource
.absoluteLinkURL();
677
KURL imageURL =
dragSource
.absoluteImageURL();
678
bool isSelected =
dragSource
.isSelected();
707
Node* node =
dragSource
.innerNonSharedNode();
718
prepareClipboardForImageDrag(src, clipboard, element, linkURL, imageURL,
dragSource
.altDisplayString());
724
IntRect imageRect =
dragSource
.imageRect();
726
doImageDrag(element, dragOrigin,
dragSource
.imageRect(), clipboard, src, m_dragOffset);
735
clipboard->writeURL(linkURL,
dragSource
.textContent().simplifyWhiteSpace(), src)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java
30
import org.eclipse.swt.dnd.
DragSource
;
189
* @param
dragSource
The drag source in the {@link LayoutCanvas} to listen
194
public void registerListeners(
DragSource
dragSource
, DropTarget dropTarget) {
201
if (
dragSource
!= null) {
202
dragSource
.addDragListener(mDragSourceListener);
213
* @param
dragSource
The drag source in the {@link LayoutCanvas} to stop
218
public void unregisterListeners(
DragSource
dragSource
, DropTarget dropTarget) {
234
if (
dragSource
!= null)
[
all
...]
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebDragClientMac.mm
62
- (id)initWithSource:(id)
dragSource
;
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm
656
void WebPage::setDragSource(NSObject *
dragSource
)
658
m_dragSource =
dragSource
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
org.eclipse.jface_3.6.1.M20100825-0800.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 506 milliseconds