Searched refs:smoothrefreshtime (Results 1 – 1 of 1) sorted by relevance
1198 long smoothrefreshtime = mDuration / width; in refreshNow() local1200 if (smoothrefreshtime > remaining) return remaining; in refreshNow()1201 if (smoothrefreshtime < 20) return 20; in refreshNow()1202 return smoothrefreshtime; in refreshNow()