HomeSort by relevance Sort by last modified time
    Searched refs:mTaskView (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewAccessibilityDelegate.java 40 private final TaskView mTaskView;
49 mTaskView = taskView;
62 if (ActivityManager.supportsSplitScreenMultiWindow(mTaskView.getContext())
94 int orientation = Utilities.getAppConfiguration(mTaskView.getContext()).orientation;
95 EventBus.getDefault().send(new DragStartEvent(mTaskView.getTask(), mTaskView,
97 EventBus.getDefault().send(new DragEndEvent(mTaskView.getTask(), mTaskView, dockState));
RecentsViewTouchHandler.java 59 private TaskView mTaskView;
126 mTaskView = event.taskView;
131 mTaskViewOffset.set(mTaskView.getLeft() - recentsViewLocation[0] + event.tlOffset.x,
132 mTaskView.getTop() - recentsViewLocation[1] + event.tlOffset.y);
138 mTaskView.setTranslationX(x);
139 mTaskView.setTranslationY(y);
178 mTaskView = null;
263 mTaskView.setTranslationX(x);
264 mTaskView.setTranslationY(y);
280 EventBus.getDefault().send(new DragEndEvent(mDragTask, mTaskView,
    [all...]

Completed in 6405 milliseconds