summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps/AllAppsSearchBarController.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-07-06 17:14:51 -0700
committerWinson Chung <winsonc@google.com>2015-07-06 17:46:32 -0700
commit1ae7a5018b48dba562bc18821f0f1e778192ee85 (patch)
tree8f1cf80dccd6fd709141fa0d8027f2d897ff306f /src/com/android/launcher3/allapps/AllAppsSearchBarController.java
parent1406fd80d59351e13b7be7f0997494761ffe7508 (diff)
downloadandroid_packages_apps_Trebuchet-1ae7a5018b48dba562bc18821f0f1e778192ee85.tar.gz
android_packages_apps_Trebuchet-1ae7a5018b48dba562bc18821f0f1e778192ee85.tar.bz2
android_packages_apps_Trebuchet-1ae7a5018b48dba562bc18821f0f1e778192ee85.zip
Moving prediction icons back into recycler view.
- Fixes two accessibility issues with the prediction bar being separate from the rest of the list of icons related to scrolling and switch access. Bug: 21725276 Change-Id: Ibc48e5028cace9a77000e6646b951f021910465d
Diffstat (limited to 'src/com/android/launcher3/allapps/AllAppsSearchBarController.java')
-rw-r--r--src/com/android/launcher3/allapps/AllAppsSearchBarController.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher3/allapps/AllAppsSearchBarController.java b/src/com/android/launcher3/allapps/AllAppsSearchBarController.java
index 341539cdd..2b363c0cb 100644
--- a/src/com/android/launcher3/allapps/AllAppsSearchBarController.java
+++ b/src/com/android/launcher3/allapps/AllAppsSearchBarController.java
@@ -72,6 +72,7 @@ public abstract class AllAppsSearchBarController {
* Returns whether the prediction bar should currently be visible depending on the state of
* the search bar.
*/
+ @Deprecated
public abstract boolean shouldShowPredictionBar();
/**