Searched refs:mBackgroundRect (Results 1 – 2 of 2) sorted by relevance
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | IndicatorControlWheel.java | 82 private RectF mBackgroundRect; field in IndicatorControlWheel 132 mBackgroundRect = new RectF(); in IndicatorControlWheel() 456 mBackgroundRect.set(mCenterX - innerR, mCenterY - innerR, in onDraw() 458 fanPath.arcTo(mBackgroundRect, -degree + HIGHLIGHT_DEGREES / 2, in onDraw() 460 mBackgroundRect.set(mCenterX - outerR, mCenterY - outerR, in onDraw() 462 fanPath.arcTo(mBackgroundRect, -degree - HIGHLIGHT_DEGREES / 2, in onDraw() 475 canvas.drawArc(mBackgroundRect, -degree - HIGHLIGHT_DEGREES / 2, in onDraw() 482 mBackgroundRect.set((float)(mCenterX - mShutterButtonRadius), in onDraw() 486 mBackgroundRect.inset(3f, 3f); in onDraw() 504 canvas.drawArc(mBackgroundRect, 0, sweepAngle, false, mBackgroundPaint); in onDraw()
|
D | ZoomControlWheel.java | 64 private RectF mBackgroundRect; field in ZoomControlWheel 76 mBackgroundRect = new RectF(); in ZoomControlWheel() 162 mBackgroundRect.set((float) (mCenterX - radius), (float) (mCenterY - radius), in drawArc() 167 canvas.drawArc(mBackgroundRect, startAngle, sweepAngle, false, mBackgroundPaint); in drawArc()
|