Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskView.java844 boolean alignSecondRow = getRecentsView().isOnGridBottomRow(menuContainer.getTaskView()) in showTaskMenuWithContainer()
H A DRecentsView.java2661 clampToProgress(isOnGridBottomRow(taskView) ? ACCEL : FINAL_FRAME, 0, 0.5f)); in addDismissedTaskAnimations()
4681 public boolean isOnGridBottomRow(TaskView taskView) { in isOnGridBottomRow() method