Searched refs:kPixelPerMS (Results 1 – 2 of 2) sorted by relevance
83 static const float kPixelPerMS = 2.0f; in onPaint() local111 canvas->drawLine(rect.fLeft, rect.fBottom - kBaseMS*kPixelPerMS, in onPaint()112 rect.fRight, rect.fBottom - kBaseMS*kPixelPerMS, paint); in onPaint()131 int height = (int)(fTimers[timer].fTimes[i] * kPixelPerMS + 0.5); in onPaint()141 int height = (int)(fTotalTimes[i] * kPixelPerMS + 0.5); in onPaint()
73 static const float kPixelPerMS = 2.0f; in onPaint() local101 canvas->drawLine(rect.fLeft, rect.fBottom - kBaseMS*kPixelPerMS, in onPaint()102 rect.fRight, rect.fBottom - kBaseMS*kPixelPerMS, paint); in onPaint()120 int height = (int)(fTimers[timer].fTimes[i] * kPixelPerMS + 0.5); in onPaint()