Home | History | Annotate | Download | only in views

Lines Matching defs:drawTop

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