Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/input/
H A DInputTransport.h664 static bool shouldResampleTool(int32_t toolType);
/aosp12/frameworks/native/libs/input/
H A DInputTransport.cpp1161 && shouldResampleTool(event->getToolType(i))) { in resampleTouchState()
1187 bool InputConsumer::shouldResampleTool(int32_t toolType) { in shouldResampleTool() function in android::InputConsumer