Loading services/inputflinger/tests/PointerChoreographer_test.cpp +12 −9 Original line number Diff line number Diff line Loading @@ -145,10 +145,13 @@ private: }; TEST_F(PointerChoreographerTest, ForwardsArgsToInnerListener) { const std::vector<NotifyArgs> allArgs{NotifyInputDevicesChangedArgs{}, const std::vector<NotifyArgs> allArgs{NotifyInputDevicesChangedArgs{}, NotifyConfigurationChangedArgs{}, NotifyKeyArgs{}, NotifyMotionArgs{}, KeyArgsBuilder(AKEY_EVENT_ACTION_DOWN, AINPUT_SOURCE_KEYBOARD).build(), MotionArgsBuilder(AMOTION_EVENT_ACTION_DOWN, AINPUT_SOURCE_TOUCHSCREEN) .pointer(FIRST_TOUCH_POINTER) .build(), NotifySensorArgs{}, NotifySwitchArgs{}, NotifyDeviceResetArgs{}, Loading Loading
services/inputflinger/tests/PointerChoreographer_test.cpp +12 −9 Original line number Diff line number Diff line Loading @@ -145,10 +145,13 @@ private: }; TEST_F(PointerChoreographerTest, ForwardsArgsToInnerListener) { const std::vector<NotifyArgs> allArgs{NotifyInputDevicesChangedArgs{}, const std::vector<NotifyArgs> allArgs{NotifyInputDevicesChangedArgs{}, NotifyConfigurationChangedArgs{}, NotifyKeyArgs{}, NotifyMotionArgs{}, KeyArgsBuilder(AKEY_EVENT_ACTION_DOWN, AINPUT_SOURCE_KEYBOARD).build(), MotionArgsBuilder(AMOTION_EVENT_ACTION_DOWN, AINPUT_SOURCE_TOUCHSCREEN) .pointer(FIRST_TOUCH_POINTER) .build(), NotifySensorArgs{}, NotifySwitchArgs{}, NotifyDeviceResetArgs{}, Loading