Searched refs:sCropDimPaint (Results 1 – 1 of 1) sorted by relevance
94 private static Paint sCropDimPaint; field in PhotoView735 canvas.drawRect(0, 0, getWidth(), getHeight(), sCropDimPaint); in onDraw()1115 sCropDimPaint = new Paint(); in initialize()1116 sCropDimPaint.setAntiAlias(true); in initialize()1117 sCropDimPaint.setColor(resources.getColor(R.color.photo_crop_dim_color)); in initialize()1118 sCropDimPaint.setStyle(Style.FILL); in initialize()