Searched refs:mBorderWidth (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DColorChipView.java52 int mBorderWidth = DEF_BORDER_WIDTH; field in class:ColorChipView
83 mBorderWidth = width;
108 if (mBorderWidth <= 0) {
111 int halfBorderWidth = mBorderWidth / 2;
114 mPaint.setStrokeWidth(mBorderWidth);
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
H A DAbstractAvatarDrawable.java54 protected final float mBorderWidth; field in class:AbstractAvatarDrawable
70 mBorderWidth = res.getDimensionPixelSize(R.dimen.avatar_border_width);
75 mBorderPaint.setStrokeWidth(mBorderWidth);
132 final float radius = bounds.width() / 2f - mBorderWidth / 2;

Completed in 129 milliseconds