Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/domain/interactor/
DShortcutCustomizationInteractor.kt30 val pressedKeys = customShortcutRepository.pressedKeys constant in com.android.systemui.keyboard.shortcut.domain.interactor.ShortcutCustomizationInteractor
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/shortcut/data/repository/
DCustomShortcutCategoriesRepositoryTest.kt149 val pressedKeys by collectLastValue(repo.pressedKeys) in pressedKeys_isEmptyByDefault() constant
161 val pressedKeys by collectLastValue(repo.pressedKeys) in pressedKeys_recognizesAllSupportedModifiers() constant
182 val pressedKeys by collectLastValue(repo.pressedKeys) in pressedKeys_ignoresUnsupportedModifiers() constant
195 val pressedKeys by collectLastValue(repo.pressedKeys) in pressedKeys_assertCorrectConversion() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/model/
DShortcutCustomizationUiState.kt26 val pressedKeys: List<ShortcutKey> = emptyList(), constant in com.android.systemui.keyboard.shortcut.ui.model.ShortcutCustomizationUiState.AddShortcutDialog
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/data/repository/
DCustomShortcutCategoriesRepository.kt66 val pressedKeys = in <lambda>() constant in com.android.systemui.keyboard.shortcut.data.repository.CustomShortcutCategoriesRepository
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp3055 const auto pressedKeys = device->keyState.dumpSetIndices(", ", [](int i) { in dump() local