Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyboard/stickykeys/ui/view/
DStickyKeysIndicator.kt59 fun StickyKeysIndicator(viewModel: StickyKeysIndicatorViewModel) { in StickyKeysIndicator() method
65 fun StickyKeysIndicator(stickyKeys: Map<ModifierKey, Locked>, modifier: Modifier = Modifier) { in StickyKeysIndicator() method