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.java47 public int nextRunningTaskId = -1; field in SwipeSharedState
141 nextRunningTaskId = runningTaskId; in setRecentsAnimationFinishInterrupted()
149 nextRunningTaskId = -1; in clearAllState()
157 pw.println(prefix + "nextRunningTaskId=" + nextRunningTaskId); in dump()
DTouchInteractionService.java678 info.id = sSwipeSharedState.nextRunningTaskId; in newBaseConsumer()