Home | History | Annotate | Download | only in camera

Lines Matching full:checkbox

863             Drawable checkBox = mMultiSelected.contains(image)
866 int width = checkBox.getIntrinsicWidth();
867 int height = checkBox.getIntrinsicHeight();
871 checkBox.setBounds(mSrcRect);
872 checkBox.draw(canvas);