Home | History | Annotate | Download | only in controllersample

Lines Matching defs:mPath

651         private final Path mPath;
679 mPath = new Path();
680 mPath.moveTo(0, 0);
681 mPath.lineTo((float) Math.cos(-CORNER_ANGLE) * mSize,
683 mPath.lineTo(mSize, 0);
684 mPath.lineTo((float) Math.cos(CORNER_ANGLE) * mSize,
686 mPath.lineTo(0, 0);
1021 canvas.drawPath(mPath, mPaint);