Home
last modified time | relevance | path

Searched refs:JoystickInputMapperTest (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp10116 class JoystickInputMapperTest : public InputMapperTest { class
10146 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