Home
last modified time | relevance | path

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

/haiku/src/apps/activitymonitor/
H A DActivityView.cpp254 int32 updateWidth = int32((toTime - fLastTime) / step); in Update() local
255 if (updateWidth < 1) in Update()
258 if (updateWidth > (int32)fValues.Size()) { in Update()
259 updateWidth = fValues.Size(); in Update()
260 fLastTime = toTime - updateWidth * step; in Update()
263 for (int32 i = 0; i < updateWidth; i++) { in Update()