summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/shortcuts
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-10-03 21:12:20 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-10-03 21:12:20 +0000
commit7a372033ac2c9b8def4fb7870d3b3ee3b9db425f (patch)
tree8dd5818eb592dd8e751421cb4fd2877829bfdb37 /src/com/android/launcher3/shortcuts
parent61e917078a68631cba651c51284980bcd0075161 (diff)
parent66b24572e41a13ba5b85b37cf7be64804299c8f6 (diff)
downloadandroid_packages_apps_Trebuchet-7a372033ac2c9b8def4fb7870d3b3ee3b9db425f.tar.gz
android_packages_apps_Trebuchet-7a372033ac2c9b8def4fb7870d3b3ee3b9db425f.tar.bz2
android_packages_apps_Trebuchet-7a372033ac2c9b8def4fb7870d3b3ee3b9db425f.zip
Merge "Exposing custom actions using keyboard shortcut" into ub-launcher3-master
Diffstat (limited to 'src/com/android/launcher3/shortcuts')
-rw-r--r--src/com/android/launcher3/shortcuts/DeepShortcutsContainer.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com/android/launcher3/shortcuts/DeepShortcutsContainer.java b/src/com/android/launcher3/shortcuts/DeepShortcutsContainer.java
index 1aa1b9e9e..9ff4721e0 100644
--- a/src/com/android/launcher3/shortcuts/DeepShortcutsContainer.java
+++ b/src/com/android/launcher3/shortcuts/DeepShortcutsContainer.java
@@ -610,6 +610,10 @@ public class DeepShortcutsContainer extends LinearLayout implements View.OnLongC
shortcutAnims.start();
}
+ public ShortcutMenuAccessibilityDelegate getAccessibilityDelegate() {
+ return mAccessibilityDelegate;
+ }
+
/**
* Closes the folder without animation.
*/