Searched refs:kPixelPerMS (Results 1 – 2 of 2) sorted by relevance
74 static const float kPixelPerMS = 2.0f; in onPaint() local103 canvas->drawLine(rect.fLeft, rect.fBottom - kBaseMS*kPixelPerMS, in onPaint()104 rect.fRight, rect.fBottom - kBaseMS*kPixelPerMS, paint); in onPaint()122 int height = (int)(fTimers[timer].fTimes[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()