/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchCursorInputMapperCommon.cpp | 36 (action == AKEY_EVENT_ACTION_UP && (lastButtonState & buttonState) && in synthesizeButtonKey()
|
D | KeyboardInputMapper.cpp | 356 down ? AKEY_EVENT_ACTION_DOWN : AKEY_EVENT_ACTION_UP, flags, in processKey() 483 getDisplayId(), /*policyFlags=*/0, AKEY_EVENT_ACTION_UP, in cancelAllDownKeys()
|
D | CursorInputMapper.cpp | 404 out += synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, readTime, getDeviceId(), in sync()
|
D | TouchInputMapper.cpp | 1624 out += synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, readTime, getDeviceId(), in cookAndDispatch() 1790 out.push_back(dispatchVirtualKey(when, readTime, policyFlags, AKEY_EVENT_ACTION_UP, in consumeRawTouches() 1818 out.push_back(dispatchVirtualKey(when, readTime, policyFlags, AKEY_EVENT_ACTION_UP, in consumeRawTouches()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputState.cpp | 44 case AKEY_EVENT_ACTION_UP: { in trackKey() 421 AKEY_EVENT_ACTION_UP, in synthesizeCancelationEvents()
|
D | InputDispatcher.cpp | 182 case AKEY_EVENT_ACTION_UP: in checkKeyAction() 1348 if (keyEntry.action == AKEY_EVENT_ACTION_UP && mPendingEvent && in enqueueInboundEventLocked() 1859 } else if (entry->action == AKEY_EVENT_ACTION_UP && mKeyRepeatState.lastKeyEntry && in dispatchKeyLocked() 3664 if (keyEntry.action == AKEY_EVENT_ACTION_UP) { in processInteractionsLocked() 6650 if (keyEntry.action == AKEY_EVENT_ACTION_UP) { in afterKeyEventLockedInterruptable() 6779 if (keyEntry.action != AKEY_EVENT_ACTION_UP) { in afterKeyEventLockedInterruptable()
|
/frameworks/native/include/android/ |
D | input.h | 188 AKEY_EVENT_ACTION_UP = 1, enumerator
|
/frameworks/native/services/inputflinger/tests/ |
D | FakeWindows.h | 259 consumeKeyEvent(testing::AllOf(WithKeyAction(AKEY_EVENT_ACTION_UP),
|
D | InputReader_test.cpp | 1220 firstMapper.setProcessResult({KeyArgsBuilder(AKEY_EVENT_ACTION_UP, AINPUT_SOURCE_KEYBOARD) in TEST_F() 1551 ASSERT_EQ(AKEY_EVENT_ACTION_UP, keyArgs.action); in TEST_F() 1571 const auto UP = AllOf(WithKeyAction(AKEY_EVENT_ACTION_UP), WithSource(AINPUT_SOURCE_KEYBOARD)); in TEST_F() 2171 AllOf(WithKeyAction(AKEY_EVENT_ACTION_UP), WithSource(AINPUT_SOURCE_KEYBOARD), in TYPED_TEST() 2217 AllOf(WithKeyAction(AKEY_EVENT_ACTION_UP), WithSource(AINPUT_SOURCE_KEYBOARD), in TYPED_TEST() 2293 AllOf(WithKeyAction(AKEY_EVENT_ACTION_UP), WithSource(AINPUT_SOURCE_KEYBOARD), in TYPED_TEST() 2331 AllOf(WithKeyAction(AKEY_EVENT_ACTION_UP), WithSource(AINPUT_SOURCE_KEYBOARD), in TYPED_TEST() 2385 AllOf(WithKeyAction(AKEY_EVENT_ACTION_UP), WithSource(AINPUT_SOURCE_KEYBOARD), in TYPED_TEST() 3353 ASSERT_EQ(AKEY_EVENT_ACTION_UP, args.action); in testDPadKeyRotation() 3401 ASSERT_EQ(AKEY_EVENT_ACTION_UP, args.action); in TEST_F() [all …]
|
D | FakeInputDispatcherPolicy.cpp | 415 if (inputEvent.getAction() == AKEY_EVENT_ACTION_UP) { in interceptKeyBeforeQueueing()
|
D | InputTracingTest.cpp | 52 static_cast<int32_t>(AKEY_EVENT_ACTION_UP));
|
D | InputDispatcher_test.cpp | 80 static_assert(AMOTION_EVENT_ACTION_UP == AKEY_EVENT_ACTION_UP); 552 return injectKey(dispatcher, AKEY_EVENT_ACTION_UP, /*repeatCount=*/0, displayId); in injectKeyUp() 5067 mDispatcher->notifyKey(generateKeyArgs(AKEY_EVENT_ACTION_UP, ui::LogicalDisplayId::DEFAULT)); in TEST_F() 5268 generateKeyArgs(AKEY_EVENT_ACTION_UP, ui::LogicalDisplayId::DEFAULT); in TEST_F() 8447 generateKeyArgs(AKEY_EVENT_ACTION_UP, ui::LogicalDisplayId::DEFAULT); in sendAndConsumeKeyUp() 8817 KeyArgsBuilder(AKEY_EVENT_ACTION_UP, AINPUT_SOURCE_KEYBOARD) in TEST_F() 8829 windowInPrimary->consumeKeyEvent(AllOf(WithKeyAction(AKEY_EVENT_ACTION_UP), in TEST_F() 8902 keyArgs = generateKeyArgs(AKEY_EVENT_ACTION_UP); in testNotifyKey() 10626 result = injectKey(*mDispatcher, AKEY_EVENT_ACTION_UP, /*repeatCount=*/0, in TEST_F() 12159 mDispatcher->notifyKey(generateKeyArgs(AKEY_EVENT_ACTION_UP, ui::LogicalDisplayId::DEFAULT)); in TEST_F() [all …]
|
D | CursorInputMapper_test.cpp | 813 VariantWith<NotifyKeyArgs>(AllOf(WithKeyAction(AKEY_EVENT_ACTION_UP), in TEST_P()
|
D | PointerChoreographer_test.cpp | 2327 mChoreographer.notifyKey(KeyArgsBuilder(AKEY_EVENT_ACTION_UP, AINPUT_SOURCE_KEYBOARD) in notifyKey()
|
/frameworks/native/libs/input/ |
D | VirtualInputDevice.cpp | 92 {AKEY_EVENT_ACTION_UP, UinputAction::RELEASE},
|
D | KeyCharacterMap.cpp | 502 down ? AKEY_EVENT_ACTION_DOWN : AKEY_EVENT_ACTION_UP, 0, keyCode, 0, metaState, in addKey()
|
D | Input.cpp | 407 case AKEY_EVENT_ACTION_UP: in actionToString()
|
/frameworks/native/services/inputflinger/ |
D | PointerChoreographer.cpp | 184 if (args.action == AKEY_EVENT_ACTION_UP || isMetaKey(args.keyCode)) { in fadeMouseCursorOnKeyPress()
|