Searched refs:sCropPaint (Results 1 – 1 of 1) sorted by relevance
98 private static Paint sCropPaint; field in PhotoView716 canvas.drawRect(mCropRect, sCropPaint); in onDraw()1137 sCropPaint = new Paint(); in initialize()1138 sCropPaint.setAntiAlias(true); in initialize()1139 sCropPaint.setColor(resources.getColor(R.color.photo_crop_highlight_color)); in initialize()1140 sCropPaint.setStyle(Style.STROKE); in initialize()1141 sCropPaint.setStrokeWidth(resources.getDimension(R.dimen.photo_crop_stroke_width)); in initialize()