Home
last modified time | relevance | path

Searched refs:mBorderWidth (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java67 private float mBorderWidth; field in StyledCornersBitmapDrawable
87 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 …]
DCircularBitmapDrawable.java45 private float mBorderWidth; field in CircularBitmapDrawable
63 mBorderPaint.setStrokeWidth(mBorderWidth); in CircularBitmapDrawable()
73 mBorderWidth = borderWidth; in setBorderWidth()
148 dst.width() / 2f - mBorderWidth / 2, mBorderPaint); in onDrawCircularBitmap()
/frameworks/av/cmds/screenrecord/
DTextRenderer.cpp263 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()
DTextRenderer.h40 mBorderWidth(10.0f), in TextRenderer()
121 float mBorderWidth; variable
/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java418 private final float mBorderWidth; field in AccessibilityController.DisplayMagnifier.MagnifiedViewport
428 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()