Searched refs:TouchSpotController (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/input/ |
D | TouchSpotController.cpp | 42 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 …]
|
D | TouchSpotController.h | 30 class TouchSpotController { 32 TouchSpotController(ui::LogicalDisplayId displayId, PointerControllerContext& context); 33 ~TouchSpotController();
|
D | Android.bp | 36 "TouchSpotController.cpp",
|
D | PointerControllerContext.h | 39 class TouchSpotController; variable
|
D | PointerController.h | 116 std::unordered_map<ui::LogicalDisplayId, TouchSpotController> spotControllers;
|