summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/BubbleTextView.java
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-05-18 01:06:43 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-05-18 01:06:46 +0000
commit8af16760dcb367dc7568ae3736b797cd2c8406c1 (patch)
tree9f5fc1f3dd8f25ae7436fc89aa30c31884fd32e5 /src/com/android/launcher3/BubbleTextView.java
parent904a38340c8852bc248b7f9ad4fe7f2a46228396 (diff)
parent18c4aa458ea5c9ee5513fa756da4f5492bb7c5b8 (diff)
downloadandroid_packages_apps_Trebuchet-8af16760dcb367dc7568ae3736b797cd2c8406c1.tar.gz
android_packages_apps_Trebuchet-8af16760dcb367dc7568ae3736b797cd2c8406c1.tar.bz2
android_packages_apps_Trebuchet-8af16760dcb367dc7568ae3736b797cd2c8406c1.zip
Merge "Update accessibility for popup" into ub-launcher3-dorval
Diffstat (limited to 'src/com/android/launcher3/BubbleTextView.java')
-rw-r--r--src/com/android/launcher3/BubbleTextView.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/com/android/launcher3/BubbleTextView.java b/src/com/android/launcher3/BubbleTextView.java
index 239bd2c30..94c7e07fb 100644
--- a/src/com/android/launcher3/BubbleTextView.java
+++ b/src/com/android/launcher3/BubbleTextView.java
@@ -660,14 +660,6 @@ public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver {
}
/**
- * Returns true if the view can show custom shortcuts.
- */
- public boolean hasDeepShortcuts() {
- return !mLauncher.getPopupDataProvider().getShortcutIdsForItem((ItemInfo) getTag())
- .isEmpty();
- }
-
- /**
* Interface to be implemented by the grand parent to allow click shadow effect.
*/
public interface BubbleTextShadowHandler {