Home
last modified time | relevance | path

Searched refs:getAnimationTime (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/libs/input/
H A DPointerControllerContext.h101 nsecs_t getAnimationTime();
H A DPointerControllerContext.cpp79 nsecs_t PointerControllerContext::getAnimationTime() REQUIRES(mAnimator.mLock) { in getAnimationTime() function in android::PointerControllerContext
H A DTouchSpotController.cpp230 nsecs_t animationTime = mContext.getAnimationTime(); in doFadingAnimationLocked()
H A DMouseCursorController.cpp316 nsecs_t frameDelay = timestamp - mContext.getAnimationTime(); in doFadingAnimationLocked()