Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskViewAccessibilityDelegate.java36 private final TaskView mTaskView; field in TaskViewAccessibilityDelegate
45 mTaskView = taskView; in TaskViewAccessibilityDelegate()
58 if (ActivityTaskManager.supportsSplitScreenMultiWindow(mTaskView.getContext()) in onInitializeAccessibilityNodeInfo()
90 EventBus.getDefault().send(new DragStartEvent(mTaskView.getTask(), mTaskView, in simulateDragIntoMultiwindow()
92 EventBus.getDefault().send(new DragEndEvent(mTaskView.getTask(), mTaskView, dockState)); in simulateDragIntoMultiwindow()
DRecentsViewTouchHandler.java56 private TaskView mTaskView; field in RecentsViewTouchHandler
123 mTaskView = event.taskView; in onBusEvent()
128 mTaskViewOffset.set(mTaskView.getLeft() - recentsViewLocation[0] + event.tlOffset.x, in onBusEvent()
129 mTaskView.getTop() - recentsViewLocation[1] + event.tlOffset.y); in onBusEvent()
135 mTaskView.setTranslationX(x); in onBusEvent()
136 mTaskView.setTranslationY(y); in onBusEvent()
175 mTaskView = null; in onBusEvent()
260 mTaskView.setTranslationX(x); in handleTouchEvent()
261 mTaskView.setTranslationY(y); in handleTouchEvent()
277 EventBus.getDefault().send(new DragEndEvent(mDragTask, mTaskView, in handleTouchEvent()