Home
last modified time | relevance | path

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

/frameworks/base/libs/input/
DPointerController.cpp157 setPositionLocked(mLocked.pointerX + deltaX, mLocked.pointerY + deltaY); in move()
183 setPositionLocked(x, y); in setPosition()
186 void PointerController::setPositionLocked(float x, float y) { in setPositionLocked() function in android::PointerController
DPointerController.h188 void setPositionLocked(float x, float y);