Home | History | Annotate | Download | only in launcher3

Lines Matching refs:IconLoadRequest

397     public IconLoadRequest updateIconInBackground(final BubbleTextView caller, final ItemInfo info) {
423 return new IconLoadRequest(request, mWorkerHandler);
717 public static class IconLoadRequest {
721 IconLoadRequest(Runnable runnable, Handler handler) {