Searched refs:taskView1 (Results 1 – 1 of 1) sorted by relevance
3245 private boolean isSameGridRow(TaskView taskView1, TaskView taskView2) { in isSameGridRow() argument3246 if (taskView1 == null || taskView2 == null) { in isSameGridRow()3249 int taskViewId1 = taskView1.getTaskViewId(); in isSameGridRow()