Lines Matching refs:InputMapperTest
1416 class InputMapperTest : public testing::Test { class
1524 const char* InputMapperTest::DEVICE_NAME = "device";
1525 const int32_t InputMapperTest::DEVICE_ID = 1;
1526 const int32_t InputMapperTest::DEVICE_GENERATION = 2;
1527 const int32_t InputMapperTest::DEVICE_CONTROLLER_NUMBER = 0;
1528 const uint32_t InputMapperTest::DEVICE_CLASSES = 0; // not needed for current tests
1533 class SwitchInputMapperTest : public InputMapperTest {
1576 class KeyboardInputMapperTest : public InputMapperTest {
1985 class CursorInputMapperTest : public InputMapperTest {
1992 InputMapperTest::SetUp(); in SetUp()
2755 class TouchInputMapperTest : public InputMapperTest {