use of com.android.launcher3.accessibility.ShortcutMenuAccessibilityDelegate in project android_packages_apps_Launcher3 by crdroidandroid.
the class PopupContainerWithArrow method configureForLauncher.
private void configureForLauncher(Launcher launcher) {
addOnAttachStateChangeListener(new LiveUpdateHandler(launcher));
mPopupItemDragHandler = new LauncherPopupItemDragHandler(launcher, this);
mAccessibilityDelegate = new ShortcutMenuAccessibilityDelegate(launcher);
launcher.getDragController().addDragListener(this);
addPreDrawForColorExtraction(launcher);
}
Aggregations