From 11a1a53651924b544513f1f6971a735b18d67539 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Fri, 13 Sep 2013 11:14:45 -0700 Subject: Fixing issue with folders not showing up. - Add long click on empty spaces in hotseat to show overview mode - Limit the height of all apps to the workspace + hotseat size - Fixing some comments Change-Id: Ie5a97a8b04e449385e2b3f6230079aebf8e15d5a --- src/com/android/launcher3/Hotseat.java | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/com/android/launcher3/Hotseat.java') diff --git a/src/com/android/launcher3/Hotseat.java b/src/com/android/launcher3/Hotseat.java index ec787614d..fbbb09f51 100644 --- a/src/com/android/launcher3/Hotseat.java +++ b/src/com/android/launcher3/Hotseat.java @@ -69,6 +69,14 @@ public class Hotseat extends FrameLayout { CellLayout getLayout() { return mContent; } + + /** + * Registers the specified listener on the cell layout of the hotseat. + */ + @Override + public void setOnLongClickListener(OnLongClickListener l) { + mContent.setOnLongClickListener(l); + } private boolean hasVerticalHotseat() { return (mIsLandscape && mTransposeLayoutWithOrientation); -- cgit v1.2.3