Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropView.java363 Paint wpPaint = new Paint(); in onDraw() local
364 wpPaint.setColor(mWPMarkerColor); in onDraw()
365 wpPaint.setStrokeWidth(3); in onDraw()
366 wpPaint.setStyle(Paint.Style.STROKE); in onDraw()
367 wpPaint.setPathEffect(new DashPathEffect(new float[] in onDraw()
371 mSpotX, mSpotY, wpPaint, p); in onDraw()