summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-06-07 14:05:08 -0700
committerSunny Goyal <sunnygoyal@google.com>2017-06-07 14:05:48 -0700
commit9e4c359054dbc774e38179887519079bc4c4b25b (patch)
tree2bb9baa52aa94f45cabe160335765d6b3ae7f234 /src/com/android/launcher3/allapps
parentf6add46e5eb7e63f6cbf625df2e3c14642ef90b4 (diff)
downloadandroid_packages_apps_Trebuchet-9e4c359054dbc774e38179887519079bc4c4b25b.tar.gz
android_packages_apps_Trebuchet-9e4c359054dbc774e38179887519079bc4c4b25b.tar.bz2
android_packages_apps_Trebuchet-9e4c359054dbc774e38179887519079bc4c4b25b.zip
Adding utility method to temporarily hide scrollbar
Bug: 37616877 Change-Id: I286493746c44ace8958ffd8df24317125b445cf7
Diffstat (limited to 'src/com/android/launcher3/allapps')
-rw-r--r--src/com/android/launcher3/allapps/AllAppsRecyclerView.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com/android/launcher3/allapps/AllAppsRecyclerView.java b/src/com/android/launcher3/allapps/AllAppsRecyclerView.java
index d76abccd3..b2a74ff15 100644
--- a/src/com/android/launcher3/allapps/AllAppsRecyclerView.java
+++ b/src/com/android/launcher3/allapps/AllAppsRecyclerView.java
@@ -97,6 +97,10 @@ public class AllAppsRecyclerView extends BaseRecyclerView {
mFastScrollHelper = new AllAppsFastScrollHelper(this, apps);
}
+ public AlphabeticalAppsList getApps() {
+ return mApps;
+ }
+
/**
* Sets the number of apps per row in this recycler view.
*/