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

/frameworks/base/libs/hwui/
H A DAnimator.cpp193 nsecs_t currentFrameTime = context.frameTimeMs();
216 nsecs_t frameTimeMs = context.frameTimeMs(); local
217 LOG_ALWAYS_FATAL_IF(frameTimeMs <= 0, "%" PRId64 " isn't a real frame time!", frameTimeMs);
221 mStartTime = frameTimeMs + mStartDelay;
225 mStartTime, frameTimeMs, mStartDelay);
244 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.java413 private boolean processDelayed(long frameTimeMs) { argument
415 mStartTime = frameTimeMs;
416 } else if ((frameTimeMs - mStartTime) >= mStartDelay) {
463 long frameTimeMs = mChoreographer.getFrameTime();
469 if (!animator.processDelayed(frameTimeMs)) {

Completed in 89 milliseconds