Searched refs:mBorderWidth (Results 1 – 5 of 5) sorted by relevance
67 private float mBorderWidth; field in StyledCornersBitmapDrawable87 mBorderPaint.setStrokeWidth(mBorderWidth); in StyledCornersBitmapDrawable()103 mBorderWidth = borderWidth; in setBorderWidth()240 float left = bounds.left + mBorderWidth / 2; in draw()241 float top = bounds.top + mBorderWidth / 2; in draw()242 float right = bounds.right - mBorderWidth / 2; in draw()243 float bottom = bounds.bottom - mBorderWidth / 2; in draw()373 float left = bounds.left + mBorderWidth / 2; in recalculatePath()374 float top = bounds.top + mBorderWidth / 2; in recalculatePath()375 float right = bounds.right - mBorderWidth / 2; in recalculatePath()[all …]
45 private float mBorderWidth; field in CircularBitmapDrawable63 mBorderPaint.setStrokeWidth(mBorderWidth); in CircularBitmapDrawable()73 mBorderWidth = borderWidth; in setBorderWidth()148 dst.width() / 2f - mBorderWidth / 2, mBorderPaint); in onDrawCircularBitmap()
263 if (xpos < mBorderWidth) { in drawWrappedString()264 xpos = mBorderWidth; in drawWrappedString()266 if (ypos < mBorderWidth) { in drawWrappedString()267 ypos = mBorderWidth; in drawWrappedString()270 const size_t maxWidth = (mScreenWidth - mBorderWidth) - xpos; in drawWrappedString()273 xpos, mBorderWidth, mScreenWidth); in drawWrappedString()289 (float) (mScreenWidth - mBorderWidth - xposAdj)); in drawWrappedString()
40 mBorderWidth(10.0f), in TextRenderer()121 float mBorderWidth; variable
418 private final float mBorderWidth; field in AccessibilityController.DisplayMagnifier.MagnifiedViewport428 mBorderWidth = TypedValue.applyDimension( in MagnifiedViewport()431 mHalfBorderWidth = (int) Math.ceil(mBorderWidth / 2); in MagnifiedViewport()432 mDrawBorderInset = (int) mBorderWidth / 2; in MagnifiedViewport()662 mPaint.setStrokeWidth(mBorderWidth); in ViewportWindow()