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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
H A DColorSVRectView.java43 private Paint mPaint1; field in class:ColorSVRectView
70 mPaint1 = new Paint();
81 mPaint1.setStyle(Paint.Style.FILL);
82 mPaint1.setAntiAlias(true);
83 mPaint1.setFilterBitmap(true);
127 canvas.drawBitmap(mBitmap, null, mRect, mPaint1);

Completed in 84 milliseconds