Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3b28ddf authored by Prabir Pradhan's avatar Prabir Pradhan
Browse files

s/TestInputListenerMatchers.h/TestEventMatchers.h

...because it contains matchers for various event types, like
NotifyMotionArgs and MotionEvent, not just for those assocated with
InputListeners.

Bug: 245989146
Test: atest inputflinger_tests
Change-Id: Ibdd75ae6dd9aef90bdf8b3280d0bc0660c60fa31
parent 7b6502d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,8 +29,8 @@
#include "FakeInputReaderPolicy.h"
#include "InstrumentedInputReader.h"
#include "TestConstants.h"
#include "TestEventMatchers.h"
#include "TestInputListener.h"
#include "TestInputListenerMatchers.h"

namespace android {

+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
#include "FakePointerController.h"
#include "InputMapperTest.h"
#include "InterfaceMocks.h"
#include "TestInputListenerMatchers.h"
#include "TestEventMatchers.h"

#define TAG "CursorInputMapper_test"

+1 −1
Original line number Diff line number Diff line
@@ -27,8 +27,8 @@
#include "InstrumentedInputReader.h"
#include "NotifyArgs.h"
#include "TestConstants.h"
#include "TestEventMatchers.h"
#include "TestInputListener.h"
#include "TestInputListenerMatchers.h"
#include "include/gestures.h"
#include "ui/Rotation.h"

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

#include "../dispatcher/InputDispatcher.h"
#include "../BlockingQueue.h"
#include "TestInputListenerMatchers.h"
#include "TestEventMatchers.h"

#include <NotifyArgsBuilders.h>
#include <android-base/properties.h>
+1 −1
Original line number Diff line number Diff line
@@ -31,8 +31,8 @@
#include <SensorInputMapper.h>
#include <SingleTouchInputMapper.h>
#include <SwitchInputMapper.h>
#include <TestEventMatchers.h>
#include <TestInputListener.h>
#include <TestInputListenerMatchers.h>
#include <TouchInputMapper.h>
#include <UinputDevice.h>
#include <VibratorInputMapper.h>
Loading