Searched refs:mTaskView (Results 1 – 2 of 2) sorted by relevance
36 private final TaskView mTaskView; field in TaskViewAccessibilityDelegate45 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()
56 private TaskView mTaskView; field in RecentsViewTouchHandler123 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()