Searched refs:RAW_SLOT_MAX (Results 1 – 3 of 3) sorted by relevance
198 static const int32_t RAW_SLOT_MAX = 9; variable
199 device->absmax[ABS_MT_SLOT] = RAW_SLOT_MAX; in configureDevice()
4329 static const int32_t RAW_SLOT_MAX; member in android::TouchInputMapperTest4394 const int32_t TouchInputMapperTest::RAW_SLOT_MAX = 9; member in android::TouchInputMapperTest7136 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()