Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DPointerControllerInterface.h97 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
/frameworks/base/libs/input/
DTouchSpotController.h34 void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
DPointerController.cpp196 void PointerController::setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, in setSpots() function in android::PointerController
217 mLocked.spotControllers.at(displayId).setSpots(outSpotCoords.data(), spotIdToIndex, spotIdBits); in setSpots()
DPointerController.h64 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
DTouchSpotController.cpp79 void TouchSpotController::setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, in setSpots() function in android::TouchSpotController
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp1706 mPointerController->setSpots(mCurrentCookedState.cookedPointerData.pointerCoords, in updateTouchSpots()
2453 mPointerController->setSpots(mPointerGesture.currentGestureCoords, in dispatchPointerGestures()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp237 void setSpots(const PointerCoords*, const uint32_t*, BitSet32 spotIdBits, in setSpots() function in android::FakePointerController