Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DAnimator.cpp169 nsecs_t currentPlayTime = mPlayTime; in pushStaging() local
184 bool changed = currentPlayTime != mPlayTime || prevFramePlayState != mStagingPlayState; in pushStaging()
244 nsecs_t currentPlayTime = context.frameTimeMs() - mStartTime; in animate() local
245 bool finished = updatePlayTime(currentPlayTime); in animate()
/frameworks/base/core/java/android/animation/
DValueAnimator.java1106 long currentPlayTime = currentTime - mStartTime; in reverse() local
1107 long timeLeft = getScaledDuration() - currentPlayTime; in reverse()