Searched refs:TaskView (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskStackView.java | 48 TaskView.TaskViewCallbacks, TaskStackViewScroller.TaskStackViewScrollerCallbacks, 49 ViewPool.ViewPoolConsumer<TaskView, Task>, RecentsPackageMonitor.PackageCallbacks { 53 public void onTaskViewClicked(TaskStackView stackView, TaskView tv, TaskStack stack, Task t, in onTaskViewClicked() 70 ViewPool<TaskView, Task> mViewPool; 91 HashMap<Task, TaskView> mTmpTaskViewMap = new HashMap<Task, TaskView>(); 109 TaskView tv = (TaskView) getChildAt(i); 122 mViewPool = new ViewPool<TaskView, Task>(context, this); in TaskStackView() 135 TaskView tv = (TaskView) getChildAt(i); in TaskStackView() 178 public TaskView getChildViewForTask(Task t) { in getChildViewForTask() 181 TaskView tv = (TaskView) getChildAt(i); in getChildViewForTask() [all …]
|
D | TaskStackViewFilterAlgorithm.java | 31 ViewPool<TaskView, Task> mViewPool; 34 ViewPool<TaskView, Task> viewPool) { in TaskStackViewFilterAlgorithm() argument 47 final ArrayList<TaskView> childrenToRemove = new ArrayList<TaskView>(); in startFilteringAnimation() 48 final HashMap<TaskView, TaskViewTransform> childViewTransforms = in startFilteringAnimation() 49 new HashMap<TaskView, TaskViewTransform>(); in startFilteringAnimation() 63 for (final TaskView tv : childViewTransforms.keySet()) { in startFilteringAnimation() 73 for (TaskView tv : childrenToRemove) { in startFilteringAnimation() 82 for (final TaskView tv : childViewTransforms.keySet()) { in startFilteringAnimation() 100 … HashMap<TaskView, TaskViewTransform> childViewTransformsOut) { in getEnterTransformsForFilterAnimation() argument 108 TaskView tv = mStackView.getChildViewForTask(task); in getEnterTransformsForFilterAnimation() [all …]
|
D | TaskStackViewTouchHandler.java | 45 TaskView mActiveTaskView = null; 94 TaskView findViewAtPoint(int x, int y) { in findViewAtPoint() 97 TaskView tv = (TaskView) mSv.getChildAt(i); in findViewAtPoint() 353 TaskView tv = (TaskView) v; in onBeginDrag() 374 TaskView tv = (TaskView) v; in onChildDismissed() 385 TaskView tv = (TaskView) v; in onSnapBackCompleted()
|
D | TaskView.java | 39 public class TaskView extends FrameLayout implements Task.TaskCallbacks, class 44 public void onTaskViewAppIconClicked(TaskView tv); in onTaskViewAppIconClicked() 45 public void onTaskViewAppInfoClicked(TaskView tv); in onTaskViewAppInfoClicked() 46 public void onTaskViewClicked(TaskView tv, Task task, boolean lockToTask); in onTaskViewClicked() 47 public void onTaskViewDismissed(TaskView tv); in onTaskViewDismissed() 48 public void onTaskViewClipStateChanged(TaskView tv); in onTaskViewClipStateChanged() 50 public void onTaskViewFocusChanged(TaskView tv, boolean focused); in onTaskViewFocusChanged() 89 public TaskView(Context context) { in TaskView() method in TaskView 93 public TaskView(Context context, AttributeSet attrs) { in TaskView() method in TaskView 97 public TaskView(Context context, AttributeSet attrs, int defStyleAttr) { in TaskView() method in TaskView [all …]
|
D | AnimateableViewBounds.java | 33 TaskView mSourceView; 46 public AnimateableViewBounds(TaskView source, int cornerRadius) { in AnimateableViewBounds()
|
D | RecentsView.java | 153 TaskView tv = (TaskView) stackView.getChildAt(j); in launchFocusedTask() 182 TaskView tv = stackView.getChildViewForTask(task); in launchPreviousTask() 383 public void onTaskViewClicked(final TaskStackView stackView, final TaskView tv, in onTaskViewClicked()
|