summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/CellLayout.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-12-18 13:49:44 -0800
committerSunny Goyal <sunnygoyal@google.com>2017-12-19 12:50:17 -0800
commit29947f0b53eb30c0324204376df001680d4d4ab1 (patch)
treef5b60c1d10c9f2d00a334f17f536fdcb451d2f00 /src/com/android/launcher3/CellLayout.java
parente15e2a8267c677a41bd91eac4d79ee36d467d8d4 (diff)
downloadandroid_packages_apps_Trebuchet-29947f0b53eb30c0324204376df001680d4d4ab1.tar.gz
android_packages_apps_Trebuchet-29947f0b53eb30c0324204376df001680d4d4ab1.tar.bz2
android_packages_apps_Trebuchet-29947f0b53eb30c0324204376df001680d4d4ab1.zip
No more waiting around for resume
Apply model updates as son as they arrive instead of waiting for onResume. Various workspace items do not use any configuration dependent resources. For Widgets, we wait until the host starts lietening before inflating the actual view. Change-Id: Icb2f5e5940c1ce6c27062ccd34eff87e80af5ab1
Diffstat (limited to 'src/com/android/launcher3/CellLayout.java')
-rw-r--r--src/com/android/launcher3/CellLayout.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher3/CellLayout.java b/src/com/android/launcher3/CellLayout.java
index 01b6ca987..4087df1b1 100644
--- a/src/com/android/launcher3/CellLayout.java
+++ b/src/com/android/launcher3/CellLayout.java
@@ -60,6 +60,7 @@ import com.android.launcher3.util.GridOccupancy;
import com.android.launcher3.util.ParcelableSparseArray;
import com.android.launcher3.util.Themes;
import com.android.launcher3.util.Thunk;
+import com.android.launcher3.widget.LauncherAppWidgetHostView;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;