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

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java94 private static Paint sCropDimPaint; field in class:PhotoView
735 canvas.drawRect(0, 0, getWidth(), getHeight(), sCropDimPaint);
1115 sCropDimPaint = new Paint();
1116 sCropDimPaint.setAntiAlias(true);
1117 sCropDimPaint.setColor(resources.getColor(R.color.photo_crop_dim_color));
1118 sCropDimPaint.setStyle(Style.FILL);

Completed in 77 milliseconds