Home
last modified time | relevance | path

Searched defs:frameTimeMs (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DAnimationContext.h83 nsecs_t frameTimeMs() { return mFrameTimeMs; } in frameTimeMs() function
DAnimator.cpp215 nsecs_t frameTimeMs = context.frameTimeMs(); in transitionToRunning() local
/frameworks/base/graphics/java/android/graphics/animation/
DRenderNodeAnimator.java402 private boolean processDelayed(long frameTimeMs) { in processDelayed()
452 long frameTimeMs = mChoreographer.getFrameTime(); in run() local