Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_BUTTON_SECONDARY (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DCursorButtonAccumulator.cpp87 result |= AMOTION_EVENT_BUTTON_SECONDARY; in getButtonState()
/frameworks/native/services/inputflinger/tests/
DNotifyArgs_test.cpp45 uint32_t buttonState = AMOTION_EVENT_BUTTON_PRIMARY | AMOTION_EVENT_BUTTON_SECONDARY; in TEST()
DGestureConverter_test.cpp161 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()
DCapturedTouchpadEventConverter_test.cpp929 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()
DCursorInputMapper_test.cpp730 WithButtonState(AMOTION_EVENT_BUTTON_SECONDARY | in TEST_F()
739 WithButtonState(AMOTION_EVENT_BUTTON_SECONDARY | in TEST_F()
DInputReader_test.cpp5546 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/
DTouchCursorInputMapperCommon.cpp85 (AMOTION_EVENT_BUTTON_PRIMARY | AMOTION_EVENT_BUTTON_SECONDARY | in isPointerDown()
DTouchInputMapper.cpp2557 (mLastCookedState.buttonState & AMOTION_EVENT_BUTTON_SECONDARY) != 0) && in dispatchPointerGestures()
2608 (buttonState & AMOTION_EVENT_BUTTON_SECONDARY) != 0) && in dispatchPointerGestures()
/frameworks/native/include/android/
Dinput.h855 AMOTION_EVENT_BUTTON_SECONDARY = 1 << 1, enumerator
/frameworks/native/libs/input/
DVirtualInputDevice.cpp249 {AMOTION_EVENT_BUTTON_SECONDARY, BTN_RIGHT},
/frameworks/native/services/inputflinger/reader/mapper/gestures/
DGestureConverter.cpp53 return AMOTION_EVENT_BUTTON_SECONDARY; in gesturesButtonToMotionEventButton()
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp112 static_assert(static_cast<common::Button>(AMOTION_EVENT_BUTTON_SECONDARY) == in getActionButton()