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.cpp4145 mPointerController->clearSpots(); in reset()
5103 mPointerController->clearSpots(); in dispatchPointerGestures()
5318 mPointerController->clearSpots(); in abortPointerGestures()
6186 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.cpp123 virtual void clearSpots() { in clearSpots() function in android::FakePointerController