Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DInputConsumerUtils.kt530 val otherVisibleTask = runningTask?.visibleNonExcludedTask in newBaseConsumer() constant
531 if (otherVisibleTask != null) { in newBaseConsumer()
533 otherVisibleTask.packageName ?: "MISSING", in newBaseConsumer()
536 gestureState.updateRunningTask(otherVisibleTask) in newBaseConsumer()