Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp4485 class SingleTouchInputMapperTest : public TouchInputMapperTest { class
4501 void SingleTouchInputMapperTest::prepareButtons() { in prepareButtons()
4505 void SingleTouchInputMapperTest::prepareAxes(int axes) { in prepareAxes()
4528 void SingleTouchInputMapperTest::processDown(SingleTouchInputMapper& mapper, int32_t x, int32_t y) { in processDown()
4534 void SingleTouchInputMapperTest::processMove(SingleTouchInputMapper& mapper, int32_t x, int32_t y) { in processMove()
4539 void SingleTouchInputMapperTest::processUp(SingleTouchInputMapper& mapper) { in processUp()
4543 void SingleTouchInputMapperTest::processPressure(SingleTouchInputMapper& mapper, int32_t pressure) { in processPressure()
4547 void SingleTouchInputMapperTest::processToolMajor(SingleTouchInputMapper& mapper, in processToolMajor()
4552 void SingleTouchInputMapperTest::processDistance(SingleTouchInputMapper& mapper, int32_t distance) { in processDistance()
4556 void SingleTouchInputMapperTest::processTilt(SingleTouchInputMapper& mapper, int32_t tiltX, in processTilt()
[all …]