Searched refs:processToolType (Results 1 – 1 of 1) sorted by relevance
5291 void processToolType(MultiTouchInputMapper& mapper, int32_t toolType);5388 void MultiTouchInputMapperTest::processToolType(MultiTouchInputMapper& mapper, int32_t toolType) { in processToolType() function in android::MultiTouchInputMapperTest6599 processToolType(mapper, MT_TOOL_FINGER); // this is the first time we send MT_TOOL_TYPE in TEST_F()6606 processToolType(mapper, MT_TOOL_PEN); in TEST_F()6613 processToolType(mapper, -1); // use a deliberately undefined tool type, for testing in TEST_F()7081 processToolType(mapper, MT_TOOL_PALM); in TEST_F()7098 processToolType(mapper, MT_TOOL_FINGER); in TEST_F()7143 processToolType(mapper, MT_TOOL_PALM); in TEST_F()