Home | History | Annotate | Download | only in ui

Lines Matching refs:mBackgroundRect

82     private RectF mBackgroundRect;
132 mBackgroundRect = new RectF();
456 mBackgroundRect.set(mCenterX - innerR, mCenterY - innerR,
458 fanPath.arcTo(mBackgroundRect, -degree + HIGHLIGHT_DEGREES / 2,
460 mBackgroundRect.set(mCenterX - outerR, mCenterY - outerR,
462 fanPath.arcTo(mBackgroundRect, -degree - HIGHLIGHT_DEGREES / 2,
475 canvas.drawArc(mBackgroundRect, -degree - HIGHLIGHT_DEGREES / 2,
482 mBackgroundRect.set((float)(mCenterX - mShutterButtonRadius),
486 mBackgroundRect.inset(3f, 3f);
504 canvas.drawArc(mBackgroundRect, 0, sweepAngle, false, mBackgroundPaint);