Searched refs:mBorderWidth (Results 1 – 3 of 3) sorted by relevance
52 private final int mBorderWidth; // amount of padding from the edges field in AnimationParticle79 mBorderWidth = borderWidth; in AnimationParticle()219 final float w = mBounds.right - mBounds.exactCenterX() - mBorderWidth; in drawDot()220 final float h = mBounds.bottom - mBounds.exactCenterY() - mBorderWidth; in drawDot()230 mBorderWidth, mBorderWidth, in drawRing()231 mBounds.width() - mBorderWidth, mBounds.height() - mBorderWidth); in drawRing()
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()