Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputTransport.h515 static bool shouldResampleTool(int32_t toolType);
/frameworks/native/libs/input/
DInputTransport.cpp997 && shouldResampleTool(event->getToolType(i))) { in resampleTouchState()
1023 bool InputConsumer::shouldResampleTool(int32_t toolType) { in shouldResampleTool() function in android::InputConsumer