Home
last modified time | relevance | path

Searched refs:getStrokeWidth (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/view/
DDockItemViewController.kt184 appIcon.strokeWidth = getStrokeWidth() in updateViewBasedOnState()
207 val toStrokeWidth: Float = getStrokeWidth() in animateAppIconExcited()
254 private fun getStrokeWidth(): Float { in getStrokeWidth() method
266 return getContentPaddingFromStrokeWidth(getStrokeWidth()) in getContentPadding()
/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/view/animation/
DExcitementAnimationHelper.kt87 fromStrokeWidth = getStrokeWidth(view, defaultWidth = 0f), in getExcitementAnimator()
267 private fun getStrokeWidth(view: View?, defaultWidth: Float): Float { in getStrokeWidth() method
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DMaterialProgressDrawable.java320 ring.getStrokeWidth() / (2 * Math.PI * ring.getCenterRadius())); in getMinProgressArc()
657 public float getStrokeWidth() { in getStrokeWidth() method in MaterialProgressDrawable.Ring
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DItemFocusIndicatorHelper.java159 int strokeWidth = (int) mPaint.getStrokeWidth(); in draw()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java470 public float getStrokeWidth() { in getStrokeWidth() method in PreviewBackground
DFolderIcon.java252 return mBackground.getStrokeWidth(); in getBackgroundStrokeWidth()
/packages/apps/Messaging/src/com/android/messaging/util/
DImageUtils.java166 dest.width() / 2f - stroke.getStrokeWidth() / 2f, in drawBitmapWithCircleOnCanvas()