Lines Matching refs:PointerControllerContext

33 PointerControllerContext::PointerControllerContext(  in PointerControllerContext()  function in android::PointerControllerContext
47 PointerControllerContext::~PointerControllerContext() { in ~PointerControllerContext()
51 void PointerControllerContext::setInactivityTimeout(InactivityTimeout inactivityTimeout) { in setInactivityTimeout()
60 void PointerControllerContext::resetInactivityTimeout() { in resetInactivityTimeout()
65 void PointerControllerContext::resetInactivityTimeoutLocked() REQUIRES(mLock) { in resetInactivityTimeoutLocked()
74 void PointerControllerContext::removeInactivityTimeout() { in removeInactivityTimeout()
79 nsecs_t PointerControllerContext::getAnimationTime() REQUIRES(mAnimator.mLock) { in getAnimationTime()
83 void PointerControllerContext::setHandlerController(std::shared_ptr<PointerController> controller) { in setHandlerController()
87 void PointerControllerContext::setCallbackController( in setCallbackController()
92 sp<PointerControllerPolicyInterface> PointerControllerContext::getPolicy() { in getPolicy()
96 SpriteController& PointerControllerContext::getSpriteController() { in getSpriteController()
100 void PointerControllerContext::handleDisplayEvents() { in handleDisplayEvents()
104 void PointerControllerContext::MessageHandler::handleMessage(const Message& message) { in handleMessage()
119 int PointerControllerContext::LooperCallback::handleEvent(int /* fd */, int events, in handleEvent()
141 void PointerControllerContext::addAnimationCallback(ui::LogicalDisplayId displayId, in addAnimationCallback()
146 void PointerControllerContext::removeAnimationCallback(ui::LogicalDisplayId displayId) { in removeAnimationCallback()
150 PointerControllerContext::PointerAnimator::PointerAnimator(PointerControllerContext& context) in PointerAnimator()
155 void PointerControllerContext::PointerAnimator::initializeDisplayEventReceiver() { in initializeDisplayEventReceiver()
164 void PointerControllerContext::PointerAnimator::addCallback(ui::LogicalDisplayId displayId, in addCallback()
171 void PointerControllerContext::PointerAnimator::removeCallback(ui::LogicalDisplayId displayId) { in removeCallback()
180 void PointerControllerContext::PointerAnimator::handleVsyncEvents() { in handleVsyncEvents()
200 nsecs_t PointerControllerContext::PointerAnimator::getAnimationTimeLocked() REQUIRES(mLock) { in getAnimationTimeLocked()
204 void PointerControllerContext::PointerAnimator::startAnimationLocked() REQUIRES(mLock) { in startAnimationLocked()
212 void PointerControllerContext::PointerAnimator::handleCallbacksLocked(nsecs_t timestamp) in handleCallbacksLocked()