Home
last modified time | relevance | path

Searched refs:TouchSpotController (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/input/
DTouchSpotController.cpp42 void TouchSpotController::Spot::updateSprite(const SpriteIcon* icon, float newX, float newY, in updateSprite()
64 void TouchSpotController::Spot::dump(std::string& out, const char* prefix) const { in dump()
72 TouchSpotController::TouchSpotController(ui::LogicalDisplayId displayId, in TouchSpotController() function in android::TouchSpotController
78 TouchSpotController::~TouchSpotController() { in ~TouchSpotController()
88 void TouchSpotController::setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, in setSpots()
133 void TouchSpotController::clearSpots() { in clearSpots()
142 TouchSpotController::Spot* TouchSpotController::getSpot(uint32_t id, in getSpot()
153 TouchSpotController::Spot* TouchSpotController::createAndAddSpotLocked(uint32_t id, in createAndAddSpotLocked()
181 TouchSpotController::Spot* TouchSpotController::removeFirstFadingSpotLocked( in removeFirstFadingSpotLocked()
193 void TouchSpotController::releaseSpotLocked(Spot* spot) REQUIRES(mLock) { in releaseSpotLocked()
[all …]
DTouchSpotController.h30 class TouchSpotController {
32 TouchSpotController(ui::LogicalDisplayId displayId, PointerControllerContext& context);
33 ~TouchSpotController();
DAndroid.bp36 "TouchSpotController.cpp",
DPointerControllerContext.h39 class TouchSpotController; variable
DPointerController.h116 std::unordered_map<ui::LogicalDisplayId, TouchSpotController> spotControllers;