Searched refs:mAnimationLastTime (Results 1 – 2 of 2) sorted by relevance
130 private long mAnimationLastTime; field in SlidingDrawer557 mAnimationLastTime = now;579 mAnimationLastTime = now; in prepareTracking()725 float t = (now - mAnimationLastTime) / 1000.0f; // ms -> s in incrementAnimation()731 mAnimationLastTime = now; // ms in incrementAnimation()
69121 Landroid/widget/SlidingDrawer;->mAnimationLastTime:J