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.cpp4357 mPointerController->setSpots(mCurrentCookedState.cookedPointerData.pointerCoords,
5107 mPointerController->setSpots(mPointerGesture.currentGestureCoords,
/frameworks/base/libs/input/
H A DPointerController.h104 virtual void setSpots(const PointerCoords* spotCoords,
H A DPointerController.cpp292 void PointerController::setSpots(const PointerCoords* spotCoords, function in class:android::PointerController
295 ALOGD("setSpots: idBits=%08x", spotIdBits.value);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp120 virtual void setSpots(const PointerCoords*, const uint32_t*, BitSet32) { function in class:android::FakePointerController

Completed in 330 milliseconds