Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskMenuView.kt348 private fun TaskView.isOnGridBottomRow(): Boolean = in <lambda>() method
DRecentsView.java6539 public boolean isOnGridBottomRow(TaskView taskView) { in isOnGridBottomRow() method in RecentsView