Searched refs:setSpots (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/input/
H A DPointerController.h103 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
169 virtual void setSpots(const PointerCoords* spotCoords,
H A DPointerController.cpp243 void PointerController::setSpots(const PointerCoords* spotCoords, function in class:android::PointerController
246 ALOGD("setSpots: idBits=%08x", spotIdBits.value);
H A DInputReader.cpp3738 mPointerController->setSpots(mCurrentCookedPointerData.pointerCoords,
4281 mPointerController->setSpots(mPointerGesture.currentGestureCoords,
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp116 virtual void setSpots(const PointerCoords* spotCoords, function in class:android::FakePointerController

Completed in 24 milliseconds