Home | History | Annotate | Download | only in launcher3

Lines Matching full:curtime

2643             long curTime = AnimationUtils.currentAnimationTimeMillis();
2645 mFrom.left += (mVelocity.x * (curTime - mPrevTime) / 1000f);
2646 mFrom.top += (mVelocity.y * (curTime - mPrevTime) / 1000f);
2654 mPrevTime = curTime;