Home
last modified time | relevance | path

Searched refs:mAnimationLastTime (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java130 private long mAnimationLastTime; field in SlidingDrawer
557 mAnimationLastTime = now;
579 mAnimationLastTime = now; in prepareTracking()
725 float t = (now - mAnimationLastTime) / 1000.0f; // ms -> s in incrementAnimation()
731 mAnimationLastTime = now; // ms in incrementAnimation()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt69764 Landroid/widget/SlidingDrawer;->mAnimationLastTime:J