Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/tests/
H A DUinputDevice.h130 static const int32_t RAW_SLOT_MIN = 0; variable
H A DUinputDevice.cpp149 device->absmin[ABS_MT_SLOT] = RAW_SLOT_MIN; in configureDevice()
H A DInputReader_test.cpp4629 static const int32_t RAW_SLOT_MIN; member in android::TouchInputMapperTest
4694 const int32_t TouchInputMapperTest::RAW_SLOT_MIN = 0; member in android::TouchInputMapperTest
6317 mFakeEventHub->addAbsoluteAxis(EVENTHUB_ID, ABS_MT_SLOT, RAW_SLOT_MIN, RAW_SLOT_MAX, 0, 0); in prepareAxes()
7935 mFakeEventHub->addAbsoluteAxis(SECOND_EVENTHUB_ID, ABS_MT_SLOT, RAW_SLOT_MIN, RAW_SLOT_MAX, in TEST_F()