Searched refs:taskView2 (Results 1 – 1 of 1) sorted by relevance
2164 private boolean isSameGridRow(TaskView taskView1, TaskView taskView2) { in isSameGridRow() argument2165 if (taskView1 == null || taskView2 == null) { in isSameGridRow()2169 int taskId2 = taskView2.getTask().key.id; in isSameGridRow()