Searched refs: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 DPinItemDragListener.java78 private DragController mDragController; field in class:PinItemDragListener
118 mDragController = launcher.getDragController();
123 if (mLauncher == null || mDragController == null) {
135 return mDragController.onDragEvent(mDragStartTime, event);
H A DDragView.java61 @Thunk final DragController mDragController; field in class:DragView
93 mDragController = launcher.getDragController();
125 mDragController.onDragViewAnimationEnd();
H A DDragLayer.java80 @Thunk DragController mDragController; field in class:DragLayer
138 mDragController = dragController;
152 return mDragController.dispatchKeyEvent(event) || super.dispatchKeyEvent(event);
239 if (mDragController.onControllerInterceptTouchEvent(ev)) {
240 mActiveController = mDragController;
448 return isContainerOpen || mDragController.dispatchUnhandledMove(focused, direction);
794 mDragController.onDeferredEndDrag(mDropView);
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java141 protected DragController mDragController; field in class:Folder
289 mDragController.addDragListener(this);
291 mDragController.addDragListener(new AccessibleDragListenerAdapter(
334 mDragController.removeDragListener(this);
392 mDragController = dragController;
521 mDragController.addDropTarget(this);
656 if (mDragController.isDragging()) {
657 mDragController.forceTouchMove();
675 mDragController.addDragListener(this);
737 mDragController
[all...]
/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 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...]
H A DAppsCustomizePagedView.java167 private DragController mDragController; field in class:AppsCustomizePagedView
774 mDragController.startDrag(image, preview, this, createItemInfo,
1523 mDragController = dragController;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java219 private DragController mDragController; field in class:Launcher
382 mDragController = new DragController(this);
1079 mDragController.cancelDrag();
1080 mDragController.resetLastGestureUpTime();
1238 if (!isOnCustomContent() && !mDragController.isDragging()) {
1310 mDragLayer.setup(this, mDragController, mAllAppsController);
1324 mWorkspace.setup(mDragController);
1329 mDragController.addDragListener(mWorkspace);
1344 mDragController.setMoveTarget(mWorkspace);
1345 mDragController
[all...]
H A DWorkspace.java178 @Thunk DragController mDragController; field in class:Workspace
1169 mDragController.addDropTarget((DropTarget) child);
1330 if (mDragController.isDragging()) {
1334 mDragController.forceTouchMove();
1778 mDragController.setWindowToken(windowToken);
2203 mDragController.addDragListener(new AccessibleDragListenerAdapter(
2285 DragView dv = mDragController.startDrag(b, dragLayerX, dragLayerY, source,
3578 mDragController = dragController;
3647 mDragController.removeDropTarget((DropTarget) v);
3847 mDragController
[all...]

Completed in 211 milliseconds