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

  /packages/apps/Launcher3/src/com/android/launcher3/
IconCache.java 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) {
    [all...]
BubbleTextView.java 42 import com.android.launcher3.IconCache.IconLoadRequest;
89 private IconLoadRequest mIconLoadRequest;

Completed in 39 milliseconds