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

/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControlWheel.java82 private RectF mBackgroundRect; field in class:IndicatorControlWheel
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,
[all...]
H A DZoomControlWheel.java64 private RectF mBackgroundRect; field in class:ZoomControlWheel
76 mBackgroundRect = new RectF();
162 mBackgroundRect.set((float) (mCenterX - radius), (float) (mCenterY - radius),
167 canvas.drawArc(mBackgroundRect, startAngle, sweepAngle, false, mBackgroundPaint);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java105 private Rect mBackgroundRect; field in class:CellLayout
282 mBackgroundRect = new Rect();
444 bg.setBounds(mBackgroundRect);
1040 mBackgroundRect.set(0, 0, w, h);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java103 private Rect mBackgroundRect; field in class:CellLayout
284 mBackgroundRect = new Rect();
419 bg.setBounds(mBackgroundRect);
922 mBackgroundRect.set(-padding.left, -padding.top, w + padding.right, h + padding.bottom);

Completed in 476 milliseconds