Searched defs:stickyKeys (Results 1 – 5 of 5) sorted by relevance
158 val stickyKeys by collectLastValue(viewModel.indicatorContent) in emitsStickyKeysListWhenStickyKeyIsPressed() constant170 val stickyKeys by collectLastValue(viewModel.indicatorContent) in emitsEmptyListWhenNoStickyKeysAreActive() constant182 val stickyKeys by collectLastValue(viewModel.indicatorContent) in passesAllStickyKeysToDialog() constant201 val stickyKeys by collectLastValue(viewModel.indicatorContent) in showsOnlyLockedStateIfKeyIsStickyAndLocked() constant215 val stickyKeys by collectLastValue(viewModel.indicatorContent) in doesNotChangeOrderOfKeysIfTheyBecomeLocked() constant
60 val stickyKeys by viewModel.indicatorContent.collectAsStateWithLifecycle(emptyMap()) in StickyKeysIndicator() constant
45 val stickyKeys: Flow<LinkedHashMap<ModifierKey, Locked>> in <lambda>() constant59 override val stickyKeys: Flow<LinkedHashMap<ModifierKey, Locked>> = constant
30 override val stickyKeys: Flow<LinkedHashMap<ModifierKey, Locked>> = _stickyKeys constant in com.android.systemui.keyboard.data.repository.FakeStickyKeysRepository
42 viewModel.indicatorContent.collect { stickyKeys -> in <lambda>() method