Searched refs:startDrag (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/list/
H A DPhoneFavoriteTileView.java79 view.startDrag(EMPTY_CLIP_DATA, new View.DragShadowBuilder(),
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragController.java177 public void startDrag(View v, Bitmap bmp, DragSource source, Object dragInfo, int dragAction, method in class:DragController
188 startDrag(bmp, dragLayerX, dragLayerY, source, dragInfo, dragAction, null,
210 public void startDrag(Bitmap b, int dragLayerX, int dragLayerY, method in class:DragController
H A DAppsCustomizePagedView.java774 mDragController.startDrag(image, preview, this, createItemInfo,
806 // Go into spring loaded mode (must happen before we startDrag())
H A DWorkspace.java1874 void startDrag(CellLayout.CellInfo cellInfo) { method in class:Workspace
1939 mDragController.startDrag(b, dragLayerX, dragLayerY, source, child.getTag(),
H A DLauncher.java2447 mWorkspace.startDrag(longClickCellInfo);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragController.java167 public void startDrag(View v, Bitmap bmp, DragSource source, Object dragInfo, int dragAction, method in class:DragController
178 startDrag(bmp, dragLayerX, dragLayerY, source, dragInfo, dragAction, null,
200 public DragView startDrag(Bitmap b, int dragLayerX, int dragLayerY, method in class:DragController
H A DWorkspace.java2642 void startDrag(CellLayout.CellInfo cellInfo) { method in class:Workspace
2711 DragView dv = mDragController.startDrag(b, dragLayerX, dragLayerY, source, child.getTag(),
2761 DragView dv = mDragController.startDrag(b, dragLayerX, dragLayerY, source, child.getTag(),
H A DAppsCustomizePagedView.java686 mDragController.startDrag(image, preview, this, createItemInfo,
712 // Go into spring loaded mode (must happen before we startDrag())
H A DLauncher.java3082 mWorkspace.startDrag(longClickCellInfo);
5095 public void startDrag(View dragView, ItemInfo dragInfo, DragSource source) { method in class:Launcher
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStatePanelTrack.java252 mCurrentView.startDrag(null, shadowBuilder, mCurrentView, 0);
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DMultiShrinkScroller.java408 startDrag();
420 startDrag();
505 private void startDrag() { method in class:MultiShrinkScroller
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemView.java1884 startDrag(data, new ShadowBuilder(this, count, mLastTouchX, mLastTouchY), null, 0);

Completed in 1881 milliseconds