Searched defs:mStrokeWidth (Results 1 - 3 of 3) sorted by relevance

/packages/services/Car/car-support-lib/src/android/support/car/ui/
H A DFabDrawable.java44 private final int mStrokeWidth; field in class:FabDrawable
79 mStrokeWidth = strokeWidth;
196 int normalRadius = Math.min(getBounds().width(), getBounds().height()) / 2 - mStrokeWidth;
198 mStrokeRadius = (int) (normalRadius + (mStrokeWidth * fraction));
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DZoomControlWheel.java60 private int mStrokeWidth; field in class:ZoomControlWheel
82 mStrokeWidth = Util.dpToPixel(IndicatorControlWheelContainer.STROKE_WIDTH);
83 mWheelRadius = mShutterButtonRadius + mStrokeWidth * 0.5;
H A DIndicatorControlWheel.java77 private int mStrokeWidth; field in class:IndicatorControlWheel
160 mStrokeWidth = Util.dpToPixel(IndicatorControlWheelContainer.STROKE_WIDTH);
161 mWheelRadius = mShutterButtonRadius + mStrokeWidth * 0.5;
264 if ((radius <= (mWheelRadius + mStrokeWidth)) && (radius > mShutterButtonRadius)) {
451 float outerR = (float) (mShutterButtonRadius + mStrokeWidth +

Completed in 34 milliseconds