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() 463 mBackgroundRect.set(mCenterX - innerR, mCenterY - innerR, in onDraw() 465 fanPath.arcTo(mBackgroundRect, -degree + HIGHLIGHT_DEGREES / 2, in onDraw() 467 mBackgroundRect.set(mCenterX - outerR, mCenterY - outerR, in onDraw() 469 fanPath.arcTo(mBackgroundRect, -degree - HIGHLIGHT_DEGREES / 2, in onDraw() 482 canvas.drawArc(mBackgroundRect, -degree - HIGHLIGHT_DEGREES / 2, in onDraw() 489 mBackgroundRect.set((float)(mCenterX - mShutterButtonRadius), in onDraw() 493 mBackgroundRect.inset(3f, 3f); in onDraw() 511 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()
|