Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DUinputDevice.h126 static const int32_t RAW_TOUCH_MIN = 0; variable
DUinputDevice.cpp151 device->absmin[ABS_MT_TOUCH_MAJOR] = RAW_TOUCH_MIN; in configureDevice()
DInputReader_test.cpp4584 static const int32_t RAW_TOUCH_MIN; member in android::TouchInputMapperTest
4647 const int32_t TouchInputMapperTest::RAW_TOUCH_MIN = 0; member in android::TouchInputMapperTest
6074 mFakeEventHub->addAbsoluteAxis(EVENTHUB_ID, ABS_MT_TOUCH_MAJOR, RAW_TOUCH_MIN, in prepareAxes()
6077 mFakeEventHub->addAbsoluteAxis(EVENTHUB_ID, ABS_MT_TOUCH_MINOR, RAW_TOUCH_MIN, in prepareAxes()