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

/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java83 private static Paint sCropPaint; field in class:PhotoView
582 canvas.drawRect(mCropRect, sCropPaint);
929 sCropPaint = new Paint();
930 sCropPaint.setAntiAlias(true);
931 sCropPaint.setColor(resources.getColor(R.color.photo_crop_highlight_color));
932 sCropPaint.setStyle(Style.STROKE);
933 sCropPaint.setStrokeWidth(resources.getDimension(R.dimen.photo_crop_stroke_width));
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java83 private static Paint sCropPaint; field in class:PhotoView
584 canvas.drawRect(mCropRect, sCropPaint);
935 sCropPaint = new Paint();
936 sCropPaint.setAntiAlias(true);
937 sCropPaint.setColor(resources.getColor(R.color.photo_crop_highlight_color));
938 sCropPaint.setStyle(Style.STROKE);
939 sCropPaint.setStrokeWidth(resources.getDimension(R.dimen.photo_crop_stroke_width));

Completed in 30 milliseconds