Home
last modified time | relevance | path

Searched refs:sCropPaint (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java96 private static Paint sCropPaint; field in PhotoView
745 canvas.drawRect(mCropRect, sCropPaint); in onDraw()
1120 sCropPaint = new Paint(); in initialize()
1121 sCropPaint.setAntiAlias(true); in initialize()
1122 sCropPaint.setColor(resources.getColor(R.color.photo_crop_highlight_color)); in initialize()
1123 sCropPaint.setStyle(Style.STROKE); in initialize()
1124 sCropPaint.setStrokeWidth(resources.getDimension(R.dimen.photo_crop_stroke_width)); in initialize()