Searched refs:mCursorController (Results 1 – 2 of 2) sorted by relevance
122 mCursorController(mContext), in PointerController()141 return mCursorController.getBounds(); in getBounds()145 const ui::LogicalDisplayId displayId = mCursorController.getDisplayId(); in move()152 mCursorController.move(transformed.x, transformed.y); in move()156 const ui::LogicalDisplayId displayId = mCursorController.getDisplayId(); in setPosition()163 mCursorController.setPosition(transformed.x, transformed.y); in setPosition()167 const ui::LogicalDisplayId displayId = mCursorController.getDisplayId(); in getPosition()168 const auto p = mCursorController.getPosition(); in getPosition()177 return mCursorController.getDisplayId(); in getDisplayId()182 mCursorController.fade(transition); in fade()[all …]
109 MouseCursorController mCursorController; variable