HomeSort by relevance Sort by last modified time
    Searched defs:borderPaint (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
CropView.java 53 private final Paint borderPaint;
71 borderPaint = new Paint();
72 borderPaint.setStyle(Paint.Style.STROKE);
73 borderPaint.setColor(borderColor);
74 borderPaint.setStrokeWidth(2f);
231 canvas.drawRect(cropped, borderPaint);
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 611 milliseconds