Home
last modified time | relevance | path

Searched defs:strokeWidth (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/telephony/
DRenameMobileNetworkDialogFragment.java250 final int strokeWidth = res.getDimensionPixelSize(R.dimen.color_swatch_stroke_width); in getColors() local
264 private Color(String label, int color, int iconSize, int strokeWidth) { in Color()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v31/
DPartialCircleView.java68 public void setStrokeWidth(float strokeWidth) { in setStrokeWidth()
DCompositeCircleView.java81 public void configure(float startAngle, int[] values, int[] colors, int strokeWidth, in configure()
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DItemFocusIndicatorHelper.java159 int strokeWidth = (int) mPaint.getStrokeWidth(); in draw() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DMaterialProgressDrawable.java146 … double centerRadius, double strokeWidth, float arrowWidth, float arrowHeight) { in setSizeParameters()
664 public void setStrokeWidth(float strokeWidth) { in setStrokeWidth()
/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DDeviceAsWebcamPreview.java652 int strokeWidth = getResources().getDimensionPixelSize( in createFocusIndicatorDrawable() local
/packages/apps/Messaging/src/com/android/messaging/util/
DImageUtils.java162 final float strokeWidth = 6f; in drawBitmapWithCircleOnCanvas() local