Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DIconShape.java67 public abstract class IconShape { class
69 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 …]
DDrawableFactory.java19 import static com.android.launcher3.graphics.IconShape.getShapePath;
DPreloadIconDrawable.java20 import static com.android.launcher3.graphics.IconShape.DEFAULT_PATH_SIZE;
/packages/apps/Launcher3/src/com/android/launcher3/
DMainProcessInitializer.java22 import com.android.launcher3.graphics.IconShape;
41 IconShape.init(context); in init()
DDeviceProfile.java30 import com.android.launcher3.graphics.IconShape;
233 mDotRenderer = new DotRenderer(iconSizePx, IconShape.getShapePath(), in DeviceProfile()
234 IconShape.DEFAULT_PATH_SIZE); in DeviceProfile()
DBubbleTextView.java51 import com.android.launcher3.graphics.IconShape;
410 … Utilities.scaleRectAboutCenter(mDotParams.iconBounds, IconShape.getNormalizationScale()); in drawDotIfNecessary()
DInvariantDeviceProfile.java45 import com.android.launcher3.graphics.IconShape;
309 IconShape.init(context); in onConfigChanged()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DLauncherIcons.java33 import com.android.launcher3.graphics.IconShape;
55 return obtain(context, IconShape.getShape().enableShapeDetection()); in obtain()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java63 import com.android.launcher3.graphics.IconShape;
247 mRevealAnimator = (ValueAnimator) IconShape.getShape().createRevealAnimator( in update()
508 IconShape.getNormalizationScale()); in setIcon()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java19 import static com.android.launcher3.graphics.IconShape.getShape;
DFolderAnimationManager.java22 import static com.android.launcher3.graphics.IconShape.getShape;