Searched defs:pressedKeys (Results 1 – 5 of 5) sorted by relevance
30 val pressedKeys = customShortcutRepository.pressedKeys constant in com.android.systemui.keyboard.shortcut.domain.interactor.ShortcutCustomizationInteractor
149 val pressedKeys by collectLastValue(repo.pressedKeys) in pressedKeys_isEmptyByDefault() constant161 val pressedKeys by collectLastValue(repo.pressedKeys) in pressedKeys_recognizesAllSupportedModifiers() constant182 val pressedKeys by collectLastValue(repo.pressedKeys) in pressedKeys_ignoresUnsupportedModifiers() constant195 val pressedKeys by collectLastValue(repo.pressedKeys) in pressedKeys_assertCorrectConversion() constant
26 val pressedKeys: List<ShortcutKey> = emptyList(), constant in com.android.systemui.keyboard.shortcut.ui.model.ShortcutCustomizationUiState.AddShortcutDialog
66 val pressedKeys = in <lambda>() constant in com.android.systemui.keyboard.shortcut.data.repository.CustomShortcutCategoriesRepository
3055 const auto pressedKeys = device->keyState.dumpSetIndices(", ", [](int i) { in dump() local