Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DPointerControllerInterface.h100 virtual void clearSpots() = 0;
DInputReader.cpp4031 mPointerController->clearSpots(); in reset()
4989 mPointerController->clearSpots(); in dispatchPointerGestures()
5204 mPointerController->clearSpots(); in abortPointerGestures()
6088 mPointerController->clearSpots(); in dispatchPointerSimple()
/frameworks/base/libs/input/
DPointerController.h106 virtual void clearSpots();
DPointerController.cpp340 void PointerController::clearSpots() { in clearSpots() function in android::PointerController
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp119 virtual void clearSpots() { in clearSpots() function in android::FakePointerController