Home
last modified time | relevance | path

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

/frameworks/base/libs/input/
DPointerController.cpp98 mCursorController(mContext), in PointerController()
118 return mCursorController.getBounds(outMinX, outMinY, outMaxX, outMaxY); in getBounds()
122 const int32_t displayId = mCursorController.getDisplayId(); in move()
129 mCursorController.move(transformed.x, transformed.y); in move()
133 mCursorController.setButtonState(buttonState); in setButtonState()
137 return mCursorController.getButtonState(); in getButtonState()
141 const int32_t displayId = mCursorController.getDisplayId(); in setPosition()
148 mCursorController.setPosition(transformed.x, transformed.y); in setPosition()
152 const int32_t displayId = mCursorController.getDisplayId(); in getPosition()
153 mCursorController.getPosition(outX, outY); in getPosition()
[all …]
DPointerController.h103 MouseCursorController mCursorController; variable