Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DUinputDevice.h198 static const int32_t RAW_SLOT_MAX = 9; variable
DUinputDevice.cpp199 device->absmax[ABS_MT_SLOT] = RAW_SLOT_MAX; in configureDevice()
DInputReader_test.cpp4329 static const int32_t RAW_SLOT_MAX; member in android::TouchInputMapperTest
4394 const int32_t TouchInputMapperTest::RAW_SLOT_MAX = 9; member in android::TouchInputMapperTest
7136 mFakeEventHub->addAbsoluteAxis(EVENTHUB_ID, ABS_MT_SLOT, RAW_SLOT_MIN, RAW_SLOT_MAX, 0, 0); in prepareAxes()
9506 std::vector<int32_t> mtSlotValues(RAW_SLOT_MAX + 1, -1); in TEST_F()