Home
last modified time | relevance | path

Searched refs:IconShape (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DIconShape.java60 public abstract class IconShape { class
62 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 …]
/packages/apps/Launcher3/src/com/android/launcher3/
DMainProcessInitializer.java23 import com.android.launcher3.graphics.IconShape;
41 IconShape.init(context); in init()
DLauncherAppState.java36 import com.android.launcher3.graphics.IconShape;
209 IconShape.init(mContext); in onSystemIconStateChanged()
DBubbleTextView.java53 import com.android.launcher3.graphics.IconShape;
447 IconShape.getNormalizationScale()); in drawDotIfNecessary()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DLauncherIcons.java22 import com.android.launcher3.graphics.IconShape;
36 return obtain(context, IconShape.getShape().enableShapeDetection()); in obtain()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DClipIconView.java54 import com.android.launcher3.graphics.IconShape;
206 mRevealAnimator = (ValueAnimator) IconShape.getShape().createRevealAnimator( in update()
304 Utilities.scaleRectAboutCenter(mStartRevealRect, IconShape.getNormalizationScale()); in setIcon()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java20 import static com.android.launcher3.graphics.IconShape.getShape;
DFolderAnimationManager.java24 import static com.android.launcher3.graphics.IconShape.getShape;