Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/displayarea/
DDaViewTransitions.kt767 val shouldTaskLeashBeVisible = when (daViewChg.type) { in <lambda>() constant
778 shouldTaskLeashBeVisible) { in <lambda>()
791 .setAlpha(chg.leash, if (shouldTaskLeashBeVisible) 1f else 0f) in <lambda>()