Home | History | Annotate | Download | only in camera

Lines Matching full:overlay

826             Drawable overlay = null;
833 overlay = mVideoOverlay;
839 overlay = mVideoMmsErrorOverlay;
844 int width = overlay.getIntrinsicWidth();
845 int height = overlay.getIntrinsicHeight();
849 overlay.setBounds(mSrcRect);
850 overlay.draw(canvas);