Home
last modified time | relevance | path

Searched refs:yPosition (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DPasswordTextView.java144 float yPosition = getHeight() / 2; in onDraw() local
148 float charWidth = charState.draw(canvas, currentDrawPosition, charHeight, yPosition, in onDraw()
646 public float draw(Canvas canvas, float currentDrawPosition, int charHeight, float yPosition, in draw() argument
652 float currYPosition = yPosition + charHeight / 2.0f * currentTextSizeFactor in draw()
664 canvas.translate(centerX, yPosition); in draw()
/frameworks/base/media/java/android/media/
DWebVttRenderer.java1446 final int yPosition = calculateLinePosition(cueBox); in layoutCue() local
1451 if (yPosition < 0) { in layoutCue()
1453 top = viewportHeight + yPosition * height; in layoutCue()
1455 top = yPosition * (viewportHeight - height) / 100; in layoutCue()