Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/telephony/
DRenameMobileNetworkDialogFragment.java240 final int strokeWidth = res.getDimensionPixelSize(R.dimen.color_swatch_stroke_width); in getColors() local
254 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.java77 public void configure(float startAngle, int[] values, int[] colors, int strokeWidth) { in configure()
/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.java484 int strokeWidth = getResources().getDimensionPixelSize( in createFocusIndicatorDrawable() local
/packages/apps/Messaging/src/com/android/messaging/util/
DImageUtils.java162 final float strokeWidth = 6f; in drawBitmapWithCircleOnCanvas() local