Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3974 class SingleTouchInputMapperTest : public TouchInputMapperTest { class
3990 void SingleTouchInputMapperTest::prepareButtons() { in prepareButtons()
3994 void SingleTouchInputMapperTest::prepareAxes(int axes) { in prepareAxes()
4017 void SingleTouchInputMapperTest::processDown(SingleTouchInputMapper& mapper, int32_t x, int32_t y) { in processDown()
4023 void SingleTouchInputMapperTest::processMove(SingleTouchInputMapper& mapper, int32_t x, int32_t y) { in processMove()
4028 void SingleTouchInputMapperTest::processUp(SingleTouchInputMapper& mapper) { in processUp()
4032 void SingleTouchInputMapperTest::processPressure(SingleTouchInputMapper& mapper, int32_t pressure) { in processPressure()
4036 void SingleTouchInputMapperTest::processToolMajor(SingleTouchInputMapper& mapper, in processToolMajor()
4041 void SingleTouchInputMapperTest::processDistance(SingleTouchInputMapper& mapper, int32_t distance) { in processDistance()
4045 void SingleTouchInputMapperTest::processTilt(SingleTouchInputMapper& mapper, int32_t tiltX, in processTilt()
[all …]