Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/input/
H A DPointerController.cpp140 void PointerController::clearSpots() { in clearSpots() function in android::PointerController
147 spotController.clearSpots(); in clearSpotsLocked()
H A DTouchSpotController.h36 void clearSpots();
H A DPointerController.h66 virtual void clearSpots();
H A DTouchSpotController.cpp124 void TouchSpotController::clearSpots() { in clearSpots() function in android::TouchSpotController
/aosp12/frameworks/native/services/inputflinger/include/
H A DPointerControllerInterface.h101 virtual void clearSpots() = 0;
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp1436 mPointerController->clearSpots(); in reset()
2433 mPointerController->clearSpots(); in dispatchPointerGestures()
2647 mPointerController->clearSpots(); in abortPointerGestures()
3501 mPointerController->clearSpots(); in dispatchPointerSimple()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp195 void clearSpots() override {} in clearSpots() function in android::FakePointerController