Searched refs:IconShape (Results 1 – 8 of 8) sorted by relevance
60 public abstract class IconShape { class62 private static IconShape sInstance = new Circle();65 public static IconShape getShape() { in getShape()88 private static abstract class SimpleRectShape extends IconShape {108 private static abstract class PathShape extends IconShape {385 private static IconShape getShapeDefinition(String type, float radius) {400 private static List<IconShape> getAllShapes(Context context) {401 ArrayList<IconShape> result = new ArrayList<>();419 IconShape shape = getShapeDefinition(parser.getName(), a.getFloat(0, 1));448 IconShape closestShape = null;[all …]
23 import com.android.launcher3.graphics.IconShape;41 IconShape.init(context); in init()
36 import com.android.launcher3.graphics.IconShape;209 IconShape.init(mContext); in onSystemIconStateChanged()
53 import com.android.launcher3.graphics.IconShape;447 IconShape.getNormalizationScale()); in drawDotIfNecessary()
22 import com.android.launcher3.graphics.IconShape;36 return obtain(context, IconShape.getShape().enableShapeDetection()); in obtain()
54 import com.android.launcher3.graphics.IconShape;206 mRevealAnimator = (ValueAnimator) IconShape.getShape().createRevealAnimator( in update()304 Utilities.scaleRectAboutCenter(mStartRevealRect, IconShape.getNormalizationScale()); in setIcon()
20 import static com.android.launcher3.graphics.IconShape.getShape;
24 import static com.android.launcher3.graphics.IconShape.getShape;