Home
last modified time | relevance | path

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

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