Searched refs:mTaskView (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewAccessibilityDelegate.java39 private final TaskView mTaskView; field in class:TaskViewAccessibilityDelegate
48 mTaskView = taskView;
61 if (ActivityManager.supportsSplitScreenMultiWindow(mTaskView.getContext())
93 EventBus.getDefault().send(new DragStartEvent(mTaskView.getTask(), mTaskView,
95 EventBus.getDefault().send(new DragEndEvent(mTaskView.getTask(), mTaskView, dockState));
H A DRecentsViewTouchHandler.java56 private TaskView mTaskView; field in class:RecentsViewTouchHandler
123 mTaskView = event.taskView;
128 mTaskViewOffset.set(mTaskView.getLeft() - recentsViewLocation[0] + event.tlOffset.x,
129 mTaskView.getTop() - recentsViewLocation[1] + event.tlOffset.y);
135 mTaskView.setTranslationX(x);
136 mTaskView.setTranslationY(y);
175 mTaskView = null;
260 mTaskView.setTranslationX(x);
261 mTaskView.setTranslationY(y);
277 EventBus.getDefault().send(new DragEndEvent(mDragTask, mTaskView,
[all...]

Completed in 71 milliseconds