Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2164 private boolean isSameGridRow(TaskView taskView1, TaskView taskView2) { in isSameGridRow() argument
2165 if (taskView1 == null || taskView2 == null) { in isSameGridRow()
2168 int taskId1 = taskView1.getTask().key.id; in isSameGridRow()