Merge "Update accessibility for popup" into ub-launcher3-dorval

This commit is contained in:
Tony Wickham
2017-05-18 01:06:43 +00:00
committed by Android (Google) Code Review
10 changed files with 56 additions and 23 deletions

View File

@@ -659,14 +659,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.
*/