Home
last modified time | relevance | path

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

/frameworks/base/libs/input/
DPointerController.h178 Spot* createAndAddSpotLocked(uint32_t id);
DPointerController.cpp276 spot = createAndAddSpotLocked(id); in setSpots()
519 PointerController::Spot* PointerController::createAndAddSpotLocked(uint32_t id) { in createAndAddSpotLocked() function in android::PointerController