Searched refs:VIRTUAL_KEYS (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2486 static const VirtualKeyDefinition VIRTUAL_KEYS[2]; member in class:android::TouchInputMapperTest
2542 const VirtualKeyDefinition TouchInputMapperTest::VIRTUAL_KEYS[2] = { member in class:android::TouchInputMapperTest
2552 mFakeEventHub->addVirtualKeyDefinition(DEVICE_ID, VIRTUAL_KEYS[0]);
2553 mFakeEventHub->addVirtualKeyDefinition(DEVICE_ID, VIRTUAL_KEYS[1]);
2737 int32_t x = toRawX(VIRTUAL_KEYS[0].centerX);
2738 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY);
2766 int32_t x = toRawX(VIRTUAL_KEYS[0].centerX);
2767 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY);
2812 int32_t x = toRawX(VIRTUAL_KEYS[0].centerX);
2813 int32_t y = toRawY(VIRTUAL_KEYS[
[all...]

Completed in 353 milliseconds