Home
last modified time | relevance | path

Searched defs:swapAnimationEnd (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
DBouncerContent.kt338 var swapAnimationEnd by remember { mutableStateOf(false) } in BesideUserSwitcherLayout() variable
975 val swapAnimationEnd = MotionTestValueKey<Boolean>("swapAnimationEnd") constant