Searched refs:userW (Results 1 – 1 of 1) sorted by relevance
194 int userW = (userTime*W)/totalTime; in onDraw() local211 if (userW > 0) { in onDraw()212 canvas.drawRect(x-userW, top, x, bottom, mUserPaint); in onDraw()213 x -= userW; in onDraw()235 userW = (st.rel_utime*W)/totalTime; in onDraw()242 if (userW > 0) { in onDraw()243 canvas.drawRect(x-userW, top, x, bottom, mUserPaint); in onDraw()244 x -= userW; in onDraw()