Home | History | Annotate | Download | only in camera

Lines Matching full:overlay

821             Drawable overlay = null;
828 overlay = mVideoOverlay;
834 overlay = mVideoMmsErrorOverlay;
839 int width = overlay.getIntrinsicWidth();
840 int height = overlay.getIntrinsicHeight();
844 overlay.setBounds(mSrcRect);
845 overlay.draw(canvas);