Searched refs:mBorderWidth (Results 1 – 2 of 2) sorted by relevance
52 int mBorderWidth = DEF_BORDER_WIDTH; field in ColorChipView83 mBorderWidth = width; in setBorderWidth()108 if (mBorderWidth <= 0) { in onDraw()111 int halfBorderWidth = mBorderWidth / 2; in onDraw()114 mPaint.setStrokeWidth(mBorderWidth); in onDraw()
54 protected final float mBorderWidth; field in AbstractAvatarDrawable70 mBorderWidth = res.getDimensionPixelSize(R.dimen.avatar_border_width); in AbstractAvatarDrawable()75 mBorderPaint.setStrokeWidth(mBorderWidth); in AbstractAvatarDrawable()132 final float radius = bounds.width() / 2f - mBorderWidth / 2; in drawBitmap()