Home
last modified time | relevance | path

Searched defs:keyCodes (Results 1 – 25 of 216) sorted by relevance

123456789

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/shortcut/data/source/
H A DSystemShortcutsSourceTest.kt70 val keyCodes = groups[0].items.map { it.keycode } in <lambda>() constant
83 val keyCodes = groups[0].items.map { it.keycode } in <lambda>() constant
93 val keyCodes = groups[0].items.map { it.keycode } in <lambda>() constant
H A DInputShortcutsSourceTest.kt110 val keyCodes = groups[0].items.map { it.keycode } in shortcutGroups_flagEnabled_inputManagerReturnsKeyGlyph_returnsEmojiShortcut() constant
125 val keyCodes = groups[0].items.map { it.keycode } in shortcutGroups_flagDisabled_inputManagerReturnsKeyGlyph_returnsNoEmojiShortcut() constant
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
H A DShortcutKeyTestBase.java166 void sendKeyCombination(int[] keyCodes, long durationMillis, boolean longPress, int displayId) { in sendKeyCombination()
211 void sendKeyCombination(int[] keyCodes, long durationMillis) { in sendKeyCombination()
215 void sendKeyCombination(int[] keyCodes, long durationMillis, int displayId) { in sendKeyCombination()
219 void sendLongPressKeyCombination(int[] keyCodes) { in sendLongPressKeyCombination()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/android/hardware/input/
H A DFakeInputManager.kt77 val keyCodes = invocation.arguments[1] as IntArray in <lambda>() constant
/aosp_15_r20/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
H A DSoftKeyboard.java547 public void onKey(int primaryCode, int[] keyCodes) { in onKey()
659 private void handleCharacter(int primaryCode, int[] keyCodes) { in handleCharacter()
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DInputReaderFuzzer.cpp80 bool hasKeys(int32_t deviceId, uint32_t sourceMask, const std::vector<int32_t>& keyCodes, in hasKeys()
235 std::vector<int32_t> keyCodes; in LLVMFuzzerTestOneInput() local
H A DKeyboardInputFuzzer.cpp93 std::vector<int32_t> keyCodes; in LLVMFuzzerTestOneInput() local
H A DMultiTouchInputFuzzer.cpp114 std::vector<int32_t> keyCodes; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/cts/tests/tests/dreams/CtsDreamOverlayTestApp/src/android/app/dream/cts/app/
H A DIControlledDream.aidl35 void setConsumedKeys(in int[] keyCodes); in setConsumedKeys()
/aosp_15_r20/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
DUiDeviceUtils.java44 public static void pressKeys(UiDevice uiDevice, int... keyCodes) { in pressKeys()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowInputManager.java40 protected boolean[] deviceHasKeys(int id, int[] keyCodes) { in deviceHasKeys()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/input/
H A DInputShellCommand.java697 IntArray keyCodes = new IntArray(); in runKeyCombination() local
715 private void sendKeyCombination(int inputSource, IntArray keyCodes, int displayId, in sendKeyCombination()
H A DNativeInputManagerService.java56 boolean hasKeys(int deviceId, int sourceMask, int[] keyCodes, boolean[] keyExists); in hasKeys()
344 public native boolean hasKeys(int deviceId, int sourceMask, int[] keyCodes, in hasKeys()
/aosp_15_r20/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java907 public boolean[] deviceHasKeys(int[] keyCodes) { in deviceHasKeys()
923 public boolean[] deviceHasKeys(int id, int[] keyCodes) { in deviceHasKeys()
H A DInputManagerGlobal.java1525 public boolean[] deviceHasKeys(int[] keyCodes) { in deviceHasKeys()
1532 public boolean[] deviceHasKeys(int id, int[] keyCodes) { in deviceHasKeys()
H A DIInputManager.aidl66 boolean hasKeys(int deviceId, int sourceMask, in int[] keyCodes, out boolean[] keyExists); in hasKeys()
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/
H A DInputMapper.cpp72 bool InputMapper::markSupportedKeyCodes(uint32_t sourceMask, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes()
H A DKeyboardInputMapper.cpp393 const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes()
/aosp_15_r20/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
H A DInteraction.java80 public static Interaction newKeyInput(int[] keyCodes) { in newKeyInput()
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp599 const std::vector<int32_t>& keyCodes, uint8_t* outFlags) { in hasKeys()
607 const std::vector<int32_t>& keyCodes, in markSupportedKeyCodesLocked()
H A DInputDevice.cpp585 bool InputDevice::markSupportedKeyCodes(uint32_t sourceMask, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes()
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DInputMapperTest.cpp82 void InputMapperUnitTest::setKeyCodeState(KeyState state, std::set<int> keyCodes) { in setKeyCodeState()
H A DKeyboardInputMapper_test.cpp203 std::vector<int32_t> keyCodes{KEY_0, KEY_A, KEY_LEFTCTRL, KEY_RIGHTALT, KEY_LEFTSHIFT}; in TEST_F() local
/aosp_15_r20/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h388 inline bool markSupportedKeyCodes(const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes()
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java785 public static boolean[] deviceHasKeys(int[] keyCodes) { in deviceHasKeys()

123456789