Searched defs:mDragController (Results 1 - 12 of 12) sorted by relevance

/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DHistoryFragment.java39 private final DragController mDragController = new DragController(); field in class:HistoryFragment
161 mDragController.initializeAnimation(activity.isResultLayout(), activity.isOneLine(),
186 mDragController.setDisplayFormula(
188 mDragController.setDisplayResult(
190 mDragController.setToolbar(getActivity().findViewById(R.id.toolbar));
191 mDragController.setEvaluator(mEvaluator);
192 mDragController.initializeController(isResult, isOneLine, isDisplayEmpty);
228 mDragController.animateViews(yFraction, mRecyclerView);
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DBaseItemDragListener.java62 private DragController mDragController; field in class:BaseItemDragListener
92 mDragController = launcher.getDragController();
97 if (mLauncher == null || mDragController == null) {
109 return mDragController.onDragEvent(mDragStartTime, event);
H A DDragLayer.java80 @Thunk DragController mDragController; field in class:DragLayer
140 mDragController = dragController;
154 return mDragController.dispatchKeyEvent(event) || super.dispatchKeyEvent(event);
241 if (mDragController.onControllerInterceptTouchEvent(ev)) {
242 mActiveController = mDragController;
450 return isContainerOpen || mDragController.dispatchUnhandledMove(focused, direction);
796 mDragController.onDeferredEndDrag(mDropView);
H A DDragView.java95 @Thunk final DragController mDragController; field in class:DragView
135 mDragController = launcher.getDragController();
167 mDragController.onDragViewAnimationEnd();
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java51 private DragController mDragController; field in class:DragLayer
98 mDragController = controller;
103 return mDragController.dispatchKeyEvent(event) || super.dispatchKeyEvent(event);
166 return mDragController.onInterceptTouchEvent(ev);
287 return mDragController.onTouchEvent(ev);
360 return mDragController.dispatchUnhandledMove(focused, direction);
683 mDragController.onDeferredEndDrag(mDropView);
709 mDragController.onDeferredEndDrag(mDropView);
H A DFolder.java62 protected DragController mDragController; field in class:Folder
297 mDragController = dragController;
923 mDragController.removeDropTarget((DropTarget) this);
962 mDragController.removeDropTarget((DropTarget) mFolderIcon);
H A DAppsCustomizePagedView.java167 private DragController mDragController; field in class:AppsCustomizePagedView
774 mDragController.startDrag(image, preview, this, createItemInfo,
1523 mDragController = dragController;
H A DLauncher.java223 private DragController mDragController; field in class:Launcher
372 mDragController = new DragController(this);
861 mDragController.cancelDrag();
862 mDragController.resetLastGestureUpTime();
1019 final DragController dragController = mDragController;
1645 mDragController = null;
1651 return mDragController;
2402 mDragController.addDropTarget((DropTarget) folder);
2464 if (allowLongPress && !mDragController.isDragging()) {
3668 long diff = System.currentTimeMillis() - mDragController
[all...]
H A DWorkspace.java139 private DragController mDragController; field in class:Workspace
578 mDragController.addDropTarget((DropTarget) child);
772 if (mDragController.isDragging()) {
776 mDragController.forceTouchMove();
785 if (!mDragController.isDragging()) {
1275 mDragController.setWindowToken(mWindowToken);
1939 mDragController.startDrag(b, dragLayerX, dragLayerY, source, child.getTag(),
3357 mDragController = dragController;
3375 mDragController.removeDropTarget((DropTarget) mDragInfo.cell);
3636 mDragController
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java145 protected DragController mDragController; field in class:Folder
290 mDragController.addDragListener(this);
292 mDragController.addDragListener(new AccessibleDragListenerAdapter(
336 mDragController.removeDragListener(this);
395 mDragController = dragController;
600 mDragController.addDropTarget(this);
695 if (mDragController.isDragging()) {
696 mDragController.forceTouchMove();
714 mDragController.addDragListener(this);
789 mDragController
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java232 private DragController mDragController; field in class:Launcher
400 mDragController = new DragController(this);
1066 mDragController.cancelDrag();
1067 mDragController.resetLastGestureUpTime();
1213 if (!isOnCustomContent() && !mDragController.isDragging()) {
1283 mDragLayer.setup(this, mDragController, mAllAppsController);
1297 mWorkspace.setup(mDragController);
1302 mDragController.addDragListener(mWorkspace);
1312 mDragController.setMoveTarget(mWorkspace);
1313 mDragController
[all...]
H A DWorkspace.java179 @Thunk DragController mDragController; field in class:Workspace
1128 mDragController.addDropTarget((DropTarget) child);
1289 if (mDragController.isDragging()) {
1293 mDragController.forceTouchMove();
1728 mDragController.setWindowToken(windowToken);
2110 mDragController.addDragListener(new AccessibleDragListenerAdapter(
2192 DragView dv = mDragController.startDrag(b, dragLayerX, dragLayerY, source,
3482 mDragController = dragController;
3551 mDragController.removeDropTarget((DropTarget) v);
3751 mDragController
[all...]

Completed in 246 milliseconds