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

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java96 private static Paint sCropDimPaint; field in class:PhotoView
706 canvas.drawRect(0, 0, getWidth(), getHeight(), sCropDimPaint);
1132 sCropDimPaint = new Paint();
1133 sCropDimPaint.setAntiAlias(true);
1134 sCropDimPaint.setColor(resources.getColor(R.color.photo_crop_dim_color));
1135 sCropDimPaint.setStyle(Style.FILL);

Completed in 10 milliseconds