Home
last modified time | relevance | path

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

/frameworks/base/libs/input/
DPointerController.h139 nsecs_t animationTime; member
DPointerController.cpp416 nsecs_t frameDelay = systemTime(SYSTEM_TIME_MONOTONIC) - mLocked.animationTime; in doAnimate()
466 mLocked.animationTime = systemTime(SYSTEM_TIME_MONOTONIC); in startAnimationLocked()