Searched refs:RAW_TOUCH_MAX (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | UinputDevice.h | 194 static const int32_t RAW_TOUCH_MAX = 31; variable
|
D | UinputDevice.cpp | 201 device->absmax[ABS_MT_TOUCH_MAJOR] = RAW_TOUCH_MAX; in configureDevice()
|
D | InputReader_test.cpp | 4315 static const int32_t RAW_TOUCH_MAX; member in android::TouchInputMapperTest 4380 const int32_t TouchInputMapperTest::RAW_TOUCH_MAX = 31; member in android::TouchInputMapperTest 7105 RAW_TOUCH_MAX, 0, 0); in prepareAxes() 7108 RAW_TOUCH_MAX, 0, 0); in prepareAxes() 7493 mFakeEventHub->addAbsoluteAxis(EVENTHUB_ID, ABS_MT_TOUCH_MAJOR, RAW_TOUCH_MIN, RAW_TOUCH_MAX, in TEST_F() 7495 mFakeEventHub->addAbsoluteAxis(EVENTHUB_ID, ABS_MT_TOUCH_MINOR, RAW_TOUCH_MIN, RAW_TOUCH_MAX, in TEST_F() 7894 float size = avg(rawTouchMajor, rawTouchMinor) / RAW_TOUCH_MAX; in TEST_F() 7940 float size = avg(rawTouchMajor, rawTouchMinor) / RAW_TOUCH_MAX; in TEST_F() 7984 float size = float(rawTouchMajor) / 2 / RAW_TOUCH_MAX; in TEST_F() 8028 float size = float(rawTouchMajor) / RAW_TOUCH_MAX; in TEST_F()
|