Searched refs:JoystickInputMapperTest (Results 1 – 1 of 1) sorted by relevance
10116 class JoystickInputMapperTest : public InputMapperTest { class10146 const int32_t JoystickInputMapperTest::RAW_X_MIN = -32767;10147 const int32_t JoystickInputMapperTest::RAW_X_MAX = 32767;10148 const int32_t JoystickInputMapperTest::RAW_Y_MIN = -32767;10149 const int32_t JoystickInputMapperTest::RAW_Y_MAX = 32767;10151 TEST_F(JoystickInputMapperTest, Configure_AssignsDisplayUniqueId) { in TEST_F() argument