summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps
diff options
context:
space:
mode:
authorYvonne Wong <ywong@cyngn.com>2015-11-30 15:32:16 -0800
committerYvonne Wong <ywong@cyngn.com>2015-11-30 15:32:16 -0800
commitfe70926e116fca0d84b3642aae3fe6c68d6c7264 (patch)
treeff7d77fd2fa683807b85f580a45f231d6f6c2433 /src/com/android/launcher3/allapps
parentb3de38c976eeb5a8c4b5c1b0d68d9c84253d3187 (diff)
downloadandroid_packages_apps_Trebuchet-fe70926e116fca0d84b3642aae3fe6c68d6c7264.tar.gz
android_packages_apps_Trebuchet-fe70926e116fca0d84b3642aae3fe6c68d6c7264.tar.bz2
android_packages_apps_Trebuchet-fe70926e116fca0d84b3642aae3fe6c68d6c7264.zip
Reimplement CM Settings Overview Panel in the new Launcher Part 2
- Enables hiding the search bar from the workspace - Adds a reload launcher flag to reload only during onResume or newIntent if needed Change-Id: I0feb279f9003b268b5a129cef40d3665787ee451
Diffstat (limited to 'src/com/android/launcher3/allapps')
-rw-r--r--src/com/android/launcher3/allapps/AllAppsContainerView.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/android/launcher3/allapps/AllAppsContainerView.java b/src/com/android/launcher3/allapps/AllAppsContainerView.java
index 76f47c572..0a94be766 100644
--- a/src/com/android/launcher3/allapps/AllAppsContainerView.java
+++ b/src/com/android/launcher3/allapps/AllAppsContainerView.java
@@ -229,6 +229,9 @@ public class AllAppsContainerView extends BaseContainerView implements DragSourc
updateScrubber();
}
+ /**
+ * Resets the existing apps in the list
+ */
public void reset() {
List<AppInfo> apps = mApps.getApps();
updateApps(apps);