summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/BubbleTextView.java
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-05-19 12:17:02 -0700
committerTony Wickham <twickham@google.com>2017-05-19 12:17:02 -0700
commit3720c69322210e2e196ad93bf856eadc3a956177 (patch)
tree986c9d06cb25078fca44fdda8fd01604bb83e3ba /src/com/android/launcher3/BubbleTextView.java
parent4de0ddc4f16ea7d89f20cac68380f3095fd83f91 (diff)
parent8af16760dcb367dc7568ae3736b797cd2c8406c1 (diff)
downloadandroid_packages_apps_Trebuchet-3720c69322210e2e196ad93bf856eadc3a956177.tar.gz
android_packages_apps_Trebuchet-3720c69322210e2e196ad93bf856eadc3a956177.tar.bz2
android_packages_apps_Trebuchet-3720c69322210e2e196ad93bf856eadc3a956177.zip
resolve merge conflicts of 8af16760d to ub-launcher3-dorval-polish
Test: I solemnly swear I tested this conflict resolution. Change-Id: I4cdfeebd09be58270c249429104d91dc9a31b49c
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 251f9d872..e49ead0f7 100644
--- a/src/com/android/launcher3/BubbleTextView.java
+++ b/src/com/android/launcher3/BubbleTextView.java
@@ -674,14 +674,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();
- }
-
public int getIconSize() {
return mIconSize;
}