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

/frameworks/native/services/inputflinger/
H A DPointerControllerInterface.h96 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
H A DInputReader.cpp4235 mPointerController->setSpots(mCurrentCookedState.cookedPointerData.pointerCoords,
4985 mPointerController->setSpots(mPointerGesture.currentGestureCoords,
/frameworks/base/libs/input/
H A DPointerController.h104 virtual void setSpots(const PointerCoords* spotCoords,
H A DPointerController.cpp268 void PointerController::setSpots(const PointerCoords* spotCoords, function in class:android::PointerController
271 ALOGD("setSpots: idBits=%08x", spotIdBits.value);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp116 virtual void setSpots(const PointerCoords*, const uint32_t*, BitSet32) { function in class:android::FakePointerController

Completed in 123 milliseconds