Searched refs:strokeWidth (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
H A DFabDrawable.java68 * @param strokeWidth The width of the stroke when the fab is focused in pixels.
71 public FabDrawable(int fabGrowth, int strokeWidth, int duration) { argument
74 } else if (fabGrowth > strokeWidth) {
75 throw new IllegalArgumentException("Fab growth must be <= strokeWidth.");
76 } else if (strokeWidth < 0) {
80 mStrokeWidth = strokeWidth;
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
H A DCaretDrawable.java46 final int strokeWidth = res.getDimensionPixelSize(R.dimen.all_apps_caret_stroke_width);
51 mCaretPaint.setStrokeWidth(strokeWidth);
59 mShadowPaint.setStrokeWidth(strokeWidth + (shadowSpread * 2));
/packages/apps/Settings/src/com/android/settings/sim/
H A DSimPreferenceDialog.java210 int strokeWidth = res.getDimensionPixelSize(R.dimen.color_swatch_stroke_width);
219 drawable.getPaint().setStrokeWidth(strokeWidth);
/packages/apps/Messaging/src/com/android/messaging/util/
H A DImageUtils.java162 final float strokeWidth = 6f;
163 stroke.setStrokeWidth(strokeWidth);

Completed in 87 milliseconds