Searched refs:yPosition (Results 1 – 2 of 2) sorted by relevance
144 float yPosition = getHeight() / 2; in onDraw() local148 float charWidth = charState.draw(canvas, currentDrawPosition, charHeight, yPosition, in onDraw()646 public float draw(Canvas canvas, float currentDrawPosition, int charHeight, float yPosition, in draw() argument652 float currYPosition = yPosition + charHeight / 2.0f * currentTextSizeFactor in draw()664 canvas.translate(centerX, yPosition); in draw()
1446 final int yPosition = calculateLinePosition(cueBox); in layoutCue() local1451 if (yPosition < 0) { in layoutCue()1453 top = viewportHeight + yPosition * height; in layoutCue()1455 top = yPosition * (viewportHeight - height) / 100; in layoutCue()