HomeSort by relevance Sort by last modified time
    Searched refs:ColorExtractionService (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/dynamicui/
ColorExtractionService.java 35 public class ColorExtractionService extends IntentService {
40 public ColorExtractionService() {
41 super("ColorExtractionService");
ExtractionUtils.java 60 /** Starts the {@link ColorExtractionService} without checking the wallpaper id */
62 context.startService(new Intent(context, ColorExtractionService.class));

Completed in 477 milliseconds