Home
last modified time | relevance | path

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

/frameworks/base/libs/input/
DPointerController.h66 void clearSpots() override;
156 void clearSpots() override { in clearSpots() function
220 void clearSpots() override { in clearSpots() function
DPointerController.cpp231 void PointerController::clearSpots() { in clearSpots() function in android::PointerController
238 spotController.clearSpots(); in clearSpotsLocked()
382 TouchPointerController::clearSpots(); in ~TouchPointerController()
DTouchSpotController.h36 void clearSpots();
DTouchSpotController.cpp133 void TouchSpotController::clearSpots() { in clearSpots() function in android::TouchSpotController
/frameworks/native/services/inputflinger/include/
DPointerControllerInterface.h131 virtual void clearSpots() = 0;
/frameworks/native/services/inputflinger/tests/
DFakePointerController.h74 void clearSpots() override;
DFakePointerController.cpp193 void FakePointerController::clearSpots() { in clearSpots() function in android::FakePointerController