Home | History | Annotate | Download | only in views

Lines Matching defs:drawTop

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