Searched refs:IconShape (Results 1 – 11 of 11) sorted by relevance
67 public abstract class IconShape { class69 private static IconShape sInstance = new Circle();75 public static IconShape getShape() { in getShape()114 private static abstract class SimpleRectShape extends IconShape {134 private static abstract class PathShape extends IconShape {390 private static IconShape getShapeDefinition(String type, float radius) {405 private static List<IconShape> getAllShapes(Context context) {406 ArrayList<IconShape> result = new ArrayList<>();425 IconShape shape = getShapeDefinition(parser.getName(), a.getFloat(0, 1));455 IconShape closestShape = null;[all …]
19 import static com.android.launcher3.graphics.IconShape.getShapePath;
20 import static com.android.launcher3.graphics.IconShape.DEFAULT_PATH_SIZE;
31 import com.android.launcher3.graphics.IconShape;253 mDotRendererWorkSpace = new DotRenderer(iconSizePx, IconShape.getShapePath(), in DeviceProfile()254 IconShape.DEFAULT_PATH_SIZE); in DeviceProfile()256 new DotRenderer(allAppsIconSizePx, IconShape.getShapePath(), in DeviceProfile()257 IconShape.DEFAULT_PATH_SIZE); in DeviceProfile()
22 import com.android.launcher3.graphics.IconShape;41 IconShape.init(context); in init()
50 import com.android.launcher3.graphics.IconShape;427 … Utilities.scaleRectAboutCenter(mDotParams.iconBounds, IconShape.getNormalizationScale()); in drawDotIfNecessary()
48 import com.android.launcher3.graphics.IconShape;370 IconShape.init(context); in onConfigChanged()
35 import com.android.launcher3.graphics.IconShape;55 return obtain(context, IconShape.getShape().enableShapeDetection()); in obtain()
69 import com.android.launcher3.graphics.IconShape;251 mRevealAnimator = (ValueAnimator) IconShape.getShape().createRevealAnimator( in update()516 IconShape.getNormalizationScale()); in setIcon()
19 import static com.android.launcher3.graphics.IconShape.getShape;
22 import static com.android.launcher3.graphics.IconShape.getShape;