Searched refs:AMOTION_EVENT_ACTION_BUTTON_PRESS (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 2255 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, args.action); in TEST_F() 2351 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, args.action); in TEST_F() 2388 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, args.action); in TEST_F() 2509 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F() 2552 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F() 2560 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F() 2624 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F() 2665 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F() 2706 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F() 2747 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action); in TEST_F() [all …]
|
/frameworks/native/include/android/ |
D | input.h | 343 AMOTION_EVENT_ACTION_BUTTON_PRESS = 11, enumerator
|
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 2913 AMOTION_EVENT_ACTION_BUTTON_PRESS, actionButton, 0, in sync() 4891 dispatchMotion(when, policyFlags, mSource, AMOTION_EVENT_ACTION_BUTTON_PRESS, actionButton, in dispatchButtonPress()
|
D | InputDispatcher.cpp | 139 case AMOTION_EVENT_ACTION_BUTTON_PRESS: in isValidMotionAction()
|