Searched defs:mBorderWidth (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/cmds/screenrecord/
H A DTextRenderer.h40 mBorderWidth(10.0f),
121 float mBorderWidth; member in class:android::TextRenderer
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DCircularBitmapDrawable.java45 private float mBorderWidth; field in class:CircularBitmapDrawable
63 mBorderPaint.setStrokeWidth(mBorderWidth);
73 mBorderWidth = borderWidth;
148 dst.width() / 2f - mBorderWidth / 2, mBorderPaint);
H A DStyledCornersBitmapDrawable.java67 private float mBorderWidth; field in class:StyledCornersBitmapDrawable
87 mBorderPaint.setStrokeWidth(mBorderWidth);
103 mBorderWidth = borderWidth;
240 float left = bounds.left + mBorderWidth / 2;
241 float top = bounds.top + mBorderWidth / 2;
242 float right = bounds.right - mBorderWidth / 2;
243 float bottom = bounds.bottom - mBorderWidth / 2;
373 float left = bounds.left + mBorderWidth / 2;
374 float top = bounds.top + mBorderWidth / 2;
375 float right = bounds.right - mBorderWidth /
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java415 private final float mBorderWidth; field in class:AccessibilityController.DisplayMagnifier.MagnifiedViewport
425 mBorderWidth = TypedValue.applyDimension(
428 mHalfBorderWidth = (int) Math.ceil(mBorderWidth / 2);
429 mDrawBorderInset = (int) mBorderWidth / 2;
659 mPaint.setStrokeWidth(mBorderWidth);

Completed in 136 milliseconds