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.java94 private static Paint sCropDimPaint; field in PhotoView
735 canvas.drawRect(0, 0, getWidth(), getHeight(), sCropDimPaint); in onDraw()
1115 sCropDimPaint = new Paint(); in initialize()
1116 sCropDimPaint.setAntiAlias(true); in initialize()
1117 sCropDimPaint.setColor(resources.getColor(R.color.photo_crop_dim_color)); in initialize()
1118 sCropDimPaint.setStyle(Style.FILL); in initialize()