Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_ACTION_BUTTON_RELEASE (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2560 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, args.action); in TEST_F()
2642 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, args.action); in TEST_F()
2690 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, args.action); in TEST_F()
2795 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F()
2848 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F()
2864 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F()
2910 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F()
2951 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F()
2992 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F()
3033 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_RELEASE, motionArgs.action); in TEST_F()
[all …]
/frameworks/native/include/android/
Dinput.h350 AMOTION_EVENT_ACTION_BUTTON_RELEASE = 12, enumerator
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp400 AMOTION_EVENT_ACTION_BUTTON_RELEASE, actionButton, 0, in sync()
DTouchInputMapper.cpp2013 dispatchMotion(when, policyFlags, mSource, AMOTION_EVENT_ACTION_BUTTON_RELEASE, in dispatchButtonRelease()
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp83 static_assert(static_cast<common::V1_0::Action>(AMOTION_EVENT_ACTION_BUTTON_RELEASE) == in getAction()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp151 case AMOTION_EVENT_ACTION_BUTTON_RELEASE: in isValidMotionAction()