Home
last modified time | relevance | path

Searched refs:createAndAddSpotLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/input/
DPointerController.h204 Spot* createAndAddSpotLocked(uint32_t id, std::vector<Spot*>& spots);
DPointerController.cpp317 spot = createAndAddSpotLocked(id, newSpots); in setSpots()
699 PointerController::Spot* PointerController::createAndAddSpotLocked(uint32_t id, in createAndAddSpotLocked() function in android::PointerController