Searched refs:setSpots (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/services/inputflinger/include/ |
D | PointerControllerInterface.h | 97 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|
/frameworks/base/libs/input/ |
D | TouchSpotController.h | 34 void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|
D | PointerController.cpp | 196 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()
|
D | PointerController.h | 64 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|
D | TouchSpotController.cpp | 79 void TouchSpotController::setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, in setSpots() function in android::TouchSpotController
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.cpp | 1706 mPointerController->setSpots(mCurrentCookedState.cookedPointerData.pointerCoords, in updateTouchSpots() 2453 mPointerController->setSpots(mPointerGesture.currentGestureCoords, in dispatchPointerGestures()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 237 void setSpots(const PointerCoords*, const uint32_t*, BitSet32 spotIdBits, in setSpots() function in android::FakePointerController
|