Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/view/
DDockItemViewHolder.kt66 private val staticIconStrokeWidth = itemView.resources constant
91 staticIconStrokeWidth,
178 (iconLocation[0] + staticIconStrokeWidth.toInt()), in getDropLocation()
179 (iconLocation[1] + staticIconStrokeWidth.toInt()) in getDropLocation()
184 return (appIcon.width.toFloat() - staticIconStrokeWidth * 2) in getDropWidth()
188 return (appIcon.height.toFloat() - staticIconStrokeWidth * 2) in getDropHeight()
DDockItemViewController.kt36 private val staticIconStrokeWidth: Float, constant in com.android.car.docklib.view.DockItemViewController
258 return staticIconStrokeWidth in getStrokeWidth()