Home | History | Annotate | Download | only in camera

Lines Matching refs:mBackgroundPaint

936                 mBackgroundPaint);
951 mBackgroundPaint is used to draw the (black) background outside
953 Paint mBackgroundPaint;
957 mBackgroundPaint = new Paint();
958 mBackgroundPaint.setStyle(Paint.Style.FILL);
959 mBackgroundPaint.setColor(0xFF000000); // black
1119 yPos + mBlockHeight, mBackgroundPaint);