Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/input/
H A DPointerController.cpp105 mCursorController(mContext), in PointerController()
124 return mCursorController.getBounds(); in getBounds()
151 const auto p = mCursorController.getPosition(); in getPosition()
160 return mCursorController.getDisplayId(); in getDisplayId()
165 mCursorController.fade(transition); in fade()
170 mCursorController.unfade(transition); in unfade()
182 if (!mCursorController.isViewportValid()) { in setPresentation()
191 mCursorController.getAdditionalMouseResources(); in setPresentation()
242 if (mCursorController.resourcesLoaded()) { in reloadPointerResources()
283 mCursorController.updatePointerIcon(iconId); in updatePointerIcon()
[all …]
H A DPointerController.h105 MouseCursorController mCursorController; variable