Searched refs:ColorExtractionService (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/dynamicui/
H A DColorExtractionService.java35 public class ColorExtractionService extends IntentService { class in inherits:IntentService
40 public ColorExtractionService() { method in class:ColorExtractionService
41 super("ColorExtractionService");
H A DExtractionUtils.java60 /** Starts the {@link ColorExtractionService} without checking the wallpaper id */
62 context.startService(new Intent(context, ColorExtractionService.class));

Completed in 521 milliseconds