Home
last modified time | relevance | path

Searched refs:getAnimationTime (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DFloatExpression.java70 mLastChange = context.getAnimationTime(); in updateVariables()
105 float t = context.getAnimationTime(); in apply()
/frameworks/base/libs/input/
DPointerControllerContext.h104 nsecs_t getAnimationTime();
DPointerControllerContext.cpp79 nsecs_t PointerControllerContext::getAnimationTime() REQUIRES(mAnimator.mLock) { in getAnimationTime() function in android::PointerControllerContext
DTouchSpotController.cpp239 nsecs_t animationTime = mContext.getAnimationTime(); in doFadingAnimationLocked()
DMouseCursorController.cpp303 nsecs_t frameDelay = timestamp - mContext.getAnimationTime(); in doFadingAnimationLocked()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DRemoteContext.java71 public float getAnimationTime() { in getAnimationTime() method in RemoteContext