Searched refs:AMOTION_EVENT_BUTTON_SECONDARY (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/accumulator/ |
D | CursorButtonAccumulator.cpp | 87 result |= AMOTION_EVENT_BUTTON_SECONDARY; in getButtonState()
|
/frameworks/native/services/inputflinger/tests/ |
D | NotifyArgs_test.cpp | 45 uint32_t buttonState = AMOTION_EVENT_BUTTON_PRIMARY | AMOTION_EVENT_BUTTON_SECONDARY; in TEST()
|
D | GestureConverter_test.cpp | 161 AMOTION_EVENT_BUTTON_SECONDARY))), in TEST_F() 168 WithActionButton(AMOTION_EVENT_BUTTON_SECONDARY), in TEST_F() 170 AMOTION_EVENT_BUTTON_SECONDARY))))); in TEST_F() 185 WithButtonState(AMOTION_EVENT_BUTTON_SECONDARY), WithCoords(0, 0), in TEST_F() 197 WithActionButton(AMOTION_EVENT_BUTTON_SECONDARY))), in TEST_F() 1040 WithButtonState(AMOTION_EVENT_BUTTON_SECONDARY))), in TEST_F() 1043 WithActionButton(AMOTION_EVENT_BUTTON_SECONDARY), in TEST_F()
|
D | CapturedTouchpadEventConverter_test.cpp | 929 WithActionButton(AMOTION_EVENT_BUTTON_SECONDARY), in TEST_F() 931 AMOTION_EVENT_BUTTON_SECONDARY))); in TEST_F() 942 WithButtonState(AMOTION_EVENT_BUTTON_SECONDARY))); in TEST_F() 952 WithActionButton(AMOTION_EVENT_BUTTON_SECONDARY), WithButtonState(0))); in TEST_F()
|
D | CursorInputMapper_test.cpp | 730 WithButtonState(AMOTION_EVENT_BUTTON_SECONDARY | in TEST_F() 739 WithButtonState(AMOTION_EVENT_BUTTON_SECONDARY | in TEST_F()
|
D | InputReader_test.cpp | 5546 ASSERT_EQ(AMOTION_EVENT_BUTTON_SECONDARY | AMOTION_EVENT_BUTTON_TERTIARY, in TEST_F() 5555 ASSERT_EQ(AMOTION_EVENT_BUTTON_SECONDARY | AMOTION_EVENT_BUTTON_TERTIARY, in TEST_F() 8121 ASSERT_EQ(AMOTION_EVENT_BUTTON_SECONDARY | AMOTION_EVENT_BUTTON_TERTIARY, in TEST_F() 8130 ASSERT_EQ(AMOTION_EVENT_BUTTON_SECONDARY | AMOTION_EVENT_BUTTON_TERTIARY, in TEST_F()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchCursorInputMapperCommon.cpp | 85 (AMOTION_EVENT_BUTTON_PRIMARY | AMOTION_EVENT_BUTTON_SECONDARY | in isPointerDown()
|
D | TouchInputMapper.cpp | 2557 (mLastCookedState.buttonState & AMOTION_EVENT_BUTTON_SECONDARY) != 0) && in dispatchPointerGestures() 2608 (buttonState & AMOTION_EVENT_BUTTON_SECONDARY) != 0) && in dispatchPointerGestures()
|
/frameworks/native/include/android/ |
D | input.h | 855 AMOTION_EVENT_BUTTON_SECONDARY = 1 << 1, enumerator
|
/frameworks/native/libs/input/ |
D | VirtualInputDevice.cpp | 249 {AMOTION_EVENT_BUTTON_SECONDARY, BTN_RIGHT},
|
/frameworks/native/services/inputflinger/reader/mapper/gestures/ |
D | GestureConverter.cpp | 53 return AMOTION_EVENT_BUTTON_SECONDARY; in gesturesButtonToMotionEventButton()
|
/frameworks/native/services/inputflinger/ |
D | InputCommonConverter.cpp | 112 static_assert(static_cast<common::Button>(AMOTION_EVENT_BUTTON_SECONDARY) == in getActionButton()
|