Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.kt100 import com.android.quickstep.views.RecentsView.UNBOUND_TASK_VIEW_ID in <lambda>()
262 var taskViewId = UNBOUND_TASK_VIEW_ID in <lambda>()
587 taskViewId = UNBOUND_TASK_VIEW_ID in <lambda>()
DRecentsView.java314 public static final int UNBOUND_TASK_VIEW_ID = -1; field in RecentsView