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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
H A DColorCompareView.java53 private Path mRegion; field in class:ColorCompareView
130 mRegion = new Path();
131 mRegion.moveTo(0, 0);
132 mRegion.lineTo(mWidth - mHeight, 0);
133 mRegion.lineTo(mWidth - mHeight * 2, mHeight);
134 mRegion.lineTo(0, mHeight);
143 canvas.drawPath(mRegion, mBarPaint1);

Completed in 430 milliseconds