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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2478 static const VirtualKeyDefinition VIRTUAL_KEYS[2]; member in class:android::TouchInputMapperTest
2534 const VirtualKeyDefinition TouchInputMapperTest::VIRTUAL_KEYS[2] = { member in class:android::TouchInputMapperTest
2544 mFakeEventHub->addVirtualKeyDefinition(DEVICE_ID, VIRTUAL_KEYS[0]);
2545 mFakeEventHub->addVirtualKeyDefinition(DEVICE_ID, VIRTUAL_KEYS[1]);
2729 int32_t x = toRawX(VIRTUAL_KEYS[0].centerX);
2730 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY);
2758 int32_t x = toRawX(VIRTUAL_KEYS[0].centerX);
2759 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY);
2804 int32_t x = toRawX(VIRTUAL_KEYS[0].centerX);
2805 int32_t y = toRawY(VIRTUAL_KEYS[
[all...]

Completed in 46 milliseconds