Home
last modified time | relevance | path

Searched refs:ShapeDelegate (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DIconShape.java66 private ShapeDelegate mDelegate = new Circle();
73 public ShapeDelegate getShape() { in getShape()
103 ShapeDelegate closestShape = null; in pickBestShape()
104 for (ShapeDelegate shape : getAllShapes(context)) { in pickBestShape()
127 public interface ShapeDelegate { interface in IconShape
144 private static abstract class SimpleRectShape implements ShapeDelegate {
164 private static abstract class PathShape implements ShapeDelegate {
434 private static ShapeDelegate getShapeDefinition(String type, float radius) {
449 private static List<ShapeDelegate> getAllShapes(Context context) {
450 ArrayList<ShapeDelegate> result = new ArrayList<>();
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java52 import com.android.launcher3.graphics.IconShape.ShapeDelegate;
263 private ShapeDelegate getShape() { in getShape()
DFolderAnimationManager.java48 import com.android.launcher3.graphics.IconShape.ShapeDelegate;
237 ShapeDelegate shapeDelegate = IconShape.INSTANCE.get(mContext).getShape(); in getAnimator()