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.java98 private static Paint sCropPaint; field in PhotoView
716 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()