summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/BubbleTextView.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-09-21 14:41:05 -0700
committerSunny Goyal <sunnygoyal@google.com>2018-09-21 15:27:03 -0700
commitf840f10d500d3e11f8512a878c57f07bca635587 (patch)
treecb6fcc99833817503e22ed67df000a61a0ac9b8a /src/com/android/launcher3/BubbleTextView.java
parent1473b8e1025d17578b08e062427c3af46764efa6 (diff)
downloadandroid_packages_apps_Trebuchet-f840f10d500d3e11f8512a878c57f07bca635587.tar.gz
android_packages_apps_Trebuchet-f840f10d500d3e11f8512a878c57f07bca635587.tar.bz2
android_packages_apps_Trebuchet-f840f10d500d3e11f8512a878c57f07bca635587.zip
Removing additional rpc due to icon cache update
When launcher loads, it fetches the list of apps twice, once for loading all-apps and again for updating icons. Instead reusing the previously fetched apps list. Also moving the icon loading in a separate package for further generalization Change-Id: Ibd2dae56e6027a31b633da030bc6b43a90b27e1b
Diffstat (limited to 'src/com/android/launcher3/BubbleTextView.java')
-rw-r--r--src/com/android/launcher3/BubbleTextView.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/launcher3/BubbleTextView.java b/src/com/android/launcher3/BubbleTextView.java
index 5d401433b..8e6703cc5 100644
--- a/src/com/android/launcher3/BubbleTextView.java
+++ b/src/com/android/launcher3/BubbleTextView.java
@@ -40,8 +40,8 @@ import android.view.ViewConfiguration;
import android.view.ViewDebug;
import android.widget.TextView;
-import com.android.launcher3.IconCache.IconLoadRequest;
-import com.android.launcher3.IconCache.ItemInfoUpdateReceiver;
+import com.android.launcher3.icons.IconCache.IconLoadRequest;
+import com.android.launcher3.icons.IconCache.ItemInfoUpdateReceiver;
import com.android.launcher3.Launcher.OnResumeCallback;
import com.android.launcher3.badge.BadgeInfo;
import com.android.launcher3.badge.BadgeRenderer;