Searched refs:frameTimeMs (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DAnimator.cpp196 nsecs_t currentFrameTime = context.frameTimeMs();
219 nsecs_t frameTimeMs = context.frameTimeMs(); local
220 LOG_ALWAYS_FATAL_IF(frameTimeMs <= 0, "%" PRId64 " isn't a real frame time!", frameTimeMs);
224 mStartTime = frameTimeMs + mStartDelay;
228 mStartTime, frameTimeMs, mStartDelay);
256 nsecs_t currentPlayTime = context.frameTimeMs() - mStartTime;
H A DAnimationContext.h81 nsecs_t frameTimeMs() { return mFrameTimeMs; } function in class:android::uirenderer::AnimationContext
/frameworks/base/core/java/android/view/
H A DRenderNodeAnimator.java412 private boolean processDelayed(long frameTimeMs) { argument
414 mStartTime = frameTimeMs;
415 } else if ((frameTimeMs - mStartTime) >= mStartDelay) {
462 long frameTimeMs = mChoreographer.getFrameTime();
468 if (!animator.processDelayed(frameTimeMs)) {

Completed in 527 milliseconds