Searched defs:mBorderWidth (Results 1 - 6 of 6) 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;
115 bounds.width() / 2f - mBorderWidth / 2, mBorderPaint);
158 dst.width() / 2f - mBorderWidth / 2, mBorderPaint);
H A DStyledCornersBitmapDrawable.java76 private float mBorderWidth; field in class:StyledCornersBitmapDrawable
97 mBorderPaint.setStrokeWidth(mBorderWidth);
113 mBorderWidth = borderWidth;
249 float left = bounds.left + mBorderWidth / 2;
250 float top = bounds.top + mBorderWidth / 2;
251 float right = bounds.right - mBorderWidth / 2;
252 float bottom = bounds.bottom - mBorderWidth / 2;
401 float left = bounds.left + mBorderWidth / 2;
402 float top = bounds.top + mBorderWidth / 2;
403 float right = bounds.right - mBorderWidth /
[all...]
/frameworks/support/design/base/android/support/design/widget/
H A DCircularBorderDrawable.java47 float mBorderWidth; field in class:CircularBorderDrawable
78 if (mBorderWidth != width) {
79 mBorderWidth = width;
114 final int borderWidth = Math.round(mBorderWidth);
142 return mBorderWidth > 0 ? PixelFormat.TRANSLUCENT : PixelFormat.TRANSPARENT;
185 final float borderRatio = mBorderWidth / rect.height();
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java128 private int mBorderWidth; field in class:FloatingActionButton
163 mBorderWidth = a.getDimensionPixelSize(R.styleable.FloatingActionButton_borderWidth, 0);
176 mRippleColor, mBorderWidth);
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java436 private final float mBorderWidth; field in class:AccessibilityController.DisplayMagnifier.MagnifiedViewport
446 mBorderWidth = mContext.getResources().getDimension(
448 mHalfBorderWidth = (int) Math.ceil(mBorderWidth / 2);
449 mDrawBorderInset = (int) mBorderWidth / 2;
698 mPaint.setStrokeWidth(mBorderWidth);

Completed in 2004 milliseconds