Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalContainer.kt154 val showGestureIndicator by in CommunalContainer() constant
155 viewModel.showGestureIndicator.collectAsStateWithLifecycle(initialValue = false) in CommunalContainer()
214 if (showGestureIndicator && Flags.glanceableHubGestureHandle()) { in CommunalContainer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/
DCommunalViewModel.kt310 val showGestureIndicator: Flow<Boolean> = not(keyguardInteractor.isDreaming) in <lambda>() constant