Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DSwipeSharedState.java46 public int nextRunningTaskId = -1; field in SwipeSharedState
139 nextRunningTaskId = runningTaskId; in setRecentsAnimationFinishInterrupted()
147 nextRunningTaskId = -1; in clearAllState()
155 pw.println(prefix + "nextRunningTaskId=" + nextRunningTaskId); in dump()
DTouchInteractionService.java613 info.id = sSwipeSharedState.nextRunningTaskId; in newBaseConsumer()