Home
last modified time | relevance | path

Searched refs:strokeWidth (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Settings/src/com/android/settings/wifi/qrcode/
DQrDecorateView.java129 final float strokeWidth = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, in calculateFramePos() local
134 mInnerFrame = new RectF(mOuterFrame.left + strokeWidth, mOuterFrame.top + strokeWidth, in calculateFramePos()
135 mOuterFrame.right - strokeWidth, mOuterFrame.bottom - strokeWidth); in calculateFramePos()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/qrcode/
DQrDecorateView.java129 final float strokeWidth = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, in calculateFramePos() local
134 mInnerFrame = new RectF(mOuterFrame.left + strokeWidth, mOuterFrame.top + strokeWidth, in calculateFramePos()
135 mOuterFrame.right - strokeWidth, mOuterFrame.bottom - strokeWidth); in calculateFramePos()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DRenameMobileNetworkDialogFragment.java218 final int strokeWidth = res.getDimensionPixelSize(R.dimen.color_swatch_stroke_width); in getColors() local
221 colors[i] = new Color(colorStrings[i], colorInts[i], iconSize, strokeWidth); in getColors()
232 private Color(String label, int color, int iconSize, int strokeWidth) { in Color() argument
238 mDrawable.getPaint().setStrokeWidth(strokeWidth); in Color()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DMaterialProgressDrawable.java146 … double centerRadius, double strokeWidth, float arrowWidth, float arrowHeight) { in setSizeParameters() argument
153 ring.setStrokeWidth((float) strokeWidth * screenDensity); in setSizeParameters()
664 public void setStrokeWidth(float strokeWidth) { in setStrokeWidth() argument
665 mStrokeWidth = strokeWidth; in setStrokeWidth()
666 mPaint.setStrokeWidth(strokeWidth); in setStrokeWidth()
/packages/apps/Settings/src/com/android/settings/sim/
DSimPreferenceDialog.java213 int strokeWidth = res.getDimensionPixelSize(R.dimen.color_swatch_stroke_width); in getView() local
222 drawable.getPaint().setStrokeWidth(strokeWidth); in getView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sim/
DSimPreferenceDialog.java213 int strokeWidth = res.getDimensionPixelSize(R.dimen.color_swatch_stroke_width); in getView() local
222 drawable.getPaint().setStrokeWidth(strokeWidth); in getView()
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerCircleView.kt102 mPaint.strokeWidth = mStrokeSize in onDraw()
/packages/apps/Messaging/src/com/android/messaging/util/
DImageUtils.java162 final float strokeWidth = 6f; in drawBitmapWithCircleOnCanvas() local
163 stroke.setStrokeWidth(strokeWidth); in drawBitmapWithCircleOnCanvas()