Home | History | Annotate | Download | only in tests

Lines Matching refs:mapper2

1308     FakeInputMapper* mapper2 = new FakeInputMapper(mDevice, AINPUT_SOURCE_TOUCHSCREEN);
1309 mapper2->setMetaState(AMETA_SHIFT_ON);
1310 mDevice->addMapper(mapper2);
1321 ASSERT_NO_FATAL_FAILURE(mapper2->assertConfigureWasCalled());
1326 ASSERT_NO_FATAL_FAILURE(mapper2->assertResetWasCalled());
1383 ASSERT_NO_FATAL_FAILURE(mapper2->assertProcessWasCalled());