Searched refs:RAW_PRESSURE_MAX (Results 1 – 3 of 3) sorted by relevance
152 device->absmax[ABS_PRESSURE] = RAW_PRESSURE_MAX; in configureDevice()211 device->absmax[ABS_MT_PRESSURE] = RAW_PRESSURE_MAX; in configureDevice()224 injectEvent(EV_ABS, ABS_MT_PRESSURE, RAW_PRESSURE_MAX); in sendDown()
155 static constexpr int32_t RAW_PRESSURE_MAX = 255; variable200 static const int32_t RAW_PRESSURE_MAX = 255; variable
1983 mDevice->sendPressure(UinputTouchScreen::RAW_PRESSURE_MAX + 2); in TEST_P()2441 const auto& RAW_PRESSURE_MAX = UinputExternalStylusWithPressure::RAW_PRESSURE_MAX; in TEST_F() local2455 WithPressure(100.f / RAW_PRESSURE_MAX)))); in TEST_F()2463 WithPressure(200.f / RAW_PRESSURE_MAX)))); in TEST_F()2487 const auto& RAW_PRESSURE_MAX = UinputExternalStylusWithPressure::RAW_PRESSURE_MAX; in TEST_F() local2544 WithPressure(200.f / RAW_PRESSURE_MAX)))); in TEST_F()4319 static const int32_t RAW_PRESSURE_MAX; member in android::TouchInputMapperTest4384 const int32_t TouchInputMapperTest::RAW_PRESSURE_MAX = 255; member in android::TouchInputMapperTest4512 RAW_PRESSURE_MAX, 0, 0); in prepareAxes()5451 float pressure = float(rawPressure) / RAW_PRESSURE_MAX; in TEST_F()[all …]