Searched refs:smoothrefreshtime (Results 1 – 1 of 1) sorted by relevance
1174 long smoothrefreshtime = mDuration / width; in refreshNow() local1176 if (smoothrefreshtime > remaining) return remaining; in refreshNow()1177 if (smoothrefreshtime < 20) return 20; in refreshNow()1178 return smoothrefreshtime; in refreshNow()