Searched refs:ShapeDelegate (Results 1 – 8 of 8) sorted by relevance
31 import com.android.launcher3.graphics.ShapeDelegate.Circle32 import com.android.launcher3.graphics.ShapeDelegate.Companion.AREA_CALC_SIZE33 import com.android.launcher3.graphics.ShapeDelegate.Companion.AREA_DIFF_THRESHOLD34 import com.android.launcher3.graphics.ShapeDelegate.Companion.areaDiffCalculator35 import com.android.launcher3.graphics.ShapeDelegate.Companion.pickBestShape36 import com.android.launcher3.graphics.ShapeDelegate.GenericPathShape37 import com.android.launcher3.graphics.ShapeDelegate.RoundedSquare
49 interface ShapeDelegate { in <lambda>() interface93 open class RoundedSquare(val radiusRatio: Float) : ShapeDelegate { in <lambda>()153 data class GenericPathShape(private val pathString: String) : ShapeDelegate { in <lambda>()277 fun areaDiffCalculator(base: Path): (ShapeDelegate) -> Int { in <lambda>()283 return fun(shape: ShapeDelegate): Int { in <lambda>()292 fun pickBestShape(shapeStr: String): ShapeDelegate { in <lambda>()314 fun pickBestShape(baseShape: Path, shapeStr: String): ShapeDelegate { in <lambda>()318 var closestShape: ShapeDelegate = Circle() in <lambda>()
29 import com.android.launcher3.graphics.ShapeDelegate.Companion.pickBestShape in <lambda>()144 val iconShape: ShapeDelegate, in <lambda>()145 val folderShape: ShapeDelegate, in <lambda>()
35 import com.android.launcher3.graphics.ShapeDelegate;103 if (mThemeManager.getIconShape() instanceof ShapeDelegate.Circle) { in loadAppInfoIcon()
50 import com.android.launcher3.graphics.ShapeDelegate;262 private ShapeDelegate getShape() { in getShape()
49 import com.android.launcher3.graphics.ShapeDelegate;240 ShapeDelegate shapeDelegate = ThemeManager.INSTANCE.get(mContext).getFolderShape(); in getAnimator()
25 import com.android.launcher3.graphics.ShapeDelegate.GenericPathShape
21 import static com.android.launcher3.graphics.ShapeDelegate.DEFAULT_PATH_SIZE;