Home | History | Annotate | Download | only in views

Lines Matching refs:drawTop

558                 final int drawTop = (getHeight() - videoImage.getHeight()) / 2;
559 canvas.drawBitmap(videoImage, drawLeft, drawTop, null);