Searched defs:sCropPaint (Results 1 - 1 of 1) sorted by relevance

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

Completed in 31 milliseconds