Home
last modified time | relevance | path

Searched refs:onTaskViewAppInfoClicked (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackView.java55 public void onTaskViewAppInfoClicked(Task t); in onTaskViewAppInfoClicked() method
995 public void onTaskViewAppInfoClicked(TaskView tv) { in onTaskViewAppInfoClicked() method in TaskStackView
997 mCb.onTaskViewAppInfoClicked(tv.getTask()); in onTaskViewAppInfoClicked()
DTaskView.java45 public void onTaskViewAppInfoClicked(TaskView tv); in onTaskViewAppInfoClicked() method
889 mCb.onTaskViewAppInfoClicked(this); in onLongClick()
DRecentsView.java509 public void onTaskViewAppInfoClicked(Task t) { in onTaskViewAppInfoClicked() method in RecentsView