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.cpp3874 mPointerController->clearSpots(); in reset()
4832 mPointerController->clearSpots(); in dispatchPointerGestures()
5045 mPointerController->clearSpots(); in abortPointerGestures()
5912 mPointerController->clearSpots(); in dispatchPointerSimple()
/frameworks/base/libs/input/
DPointerController.h94 virtual void clearSpots();
DPointerController.cpp294 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