Home
last modified time | relevance | path

Searched refs:IconShape (Results 1 – 12 of 12) 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 …]
DPreloadIconDrawable.java20 import static com.android.launcher3.graphics.IconShape.DEFAULT_PATH_SIZE;
21 import static com.android.launcher3.graphics.IconShape.getShapePath;
DPlaceHolderIconDrawable.java20 import static com.android.launcher3.graphics.IconShape.getShapePath;
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java28 import com.android.launcher3.graphics.IconShape;
246 mDotRendererWorkSpace = new DotRenderer(iconSizePx, IconShape.getShapePath(), in DeviceProfile()
247 IconShape.DEFAULT_PATH_SIZE); in DeviceProfile()
249 new DotRenderer(allAppsIconSizePx, IconShape.getShapePath(), in DeviceProfile()
250 IconShape.DEFAULT_PATH_SIZE); in DeviceProfile()
DMainProcessInitializer.java23 import com.android.launcher3.graphics.IconShape;
42 IconShape.init(context); in init()
DBubbleTextView.java52 import com.android.launcher3.graphics.IconShape;
405 … Utilities.scaleRectAboutCenter(mDotParams.iconBounds, IconShape.getNormalizationScale()); in drawDotIfNecessary()
DInvariantDeviceProfile.java49 import com.android.launcher3.graphics.IconShape;
362 IconShape.init(context); in onConfigChanged()
/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.java52 import com.android.launcher3.graphics.IconShape;
171 mRevealAnimator = (ValueAnimator) IconShape.getShape().createRevealAnimator( in update()
264 Utilities.scaleRectAboutCenter(mStartRevealRect, IconShape.getNormalizationScale()); in setIcon()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/
DPredictedAppIcon.java19 import static com.android.launcher3.graphics.IconShape.getShape;
/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;