Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/drawable/
DCircleFramedDrawable.java61 float strokeWidth = res.getDimension(R.dimen.circle_avatar_frame_stroke_width); in getInstance() local
68 (int) iconSize, frameColor, strokeWidth, frameShadowColor, shadowRadius, in getInstance()
74 int frameColor, float strokeWidth, in CircleFramedDrawable() argument
82 mStrokeWidth = strokeWidth; in CircleFramedDrawable()
/packages/apps/Settings/src/com/android/settings/sim/
DSimSettings.java428 int strokeWidth = res.getDimensionPixelSize(R.dimen.color_swatch_stroke_width); in getView() local
437 drawable.getPaint().setStrokeWidth(strokeWidth); in getView()