Searched refs:showGestureIndicator (Results 1 – 2 of 2) sorted by relevance
154 val showGestureIndicator by in CommunalContainer() constant155 viewModel.showGestureIndicator.collectAsStateWithLifecycle(initialValue = false) in CommunalContainer()214 if (showGestureIndicator && Flags.glanceableHubGestureHandle()) { in CommunalContainer()
310 val showGestureIndicator: Flow<Boolean> = not(keyguardInteractor.isDreaming) in <lambda>() constant