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