Home
last modified time | relevance | path

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

/frameworks/base/libs/input/
DTouchSpotController.cpp239 nsecs_t animationTime = mContext.getAnimationTime(); in doFadingAnimationLocked() local
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DRemoteComposeCanvas.java559 float animationTime = (System.nanoTime() - mStart) * 1E-9f; in onDraw() local