From b1777447d9b9700b48f8060f8b318f2363c43e8d Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Tue, 16 Jun 2015 13:35:04 -0700 Subject: Refactoring fast scroller. - Fixing issue with fast scroller not fitting name width. - Refactoring fast scrolling/scroll bar code out of base recycler view - Adding animations to fast scroller to match design - Smooth scrolling when jumping between app rows - Fixing issue with fast scroller jumping when you first pick it up - Fixing issue with wrong background paddings being used Bug: 21874346 Bug: 22031923 Change-Id: I9f011b1f375751f437604b900e95a2942d3f4601 --- src/com/android/launcher3/Launcher.java | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src/com/android/launcher3/Launcher.java') diff --git a/src/com/android/launcher3/Launcher.java b/src/com/android/launcher3/Launcher.java index a75a09af7..77c45407f 100644 --- a/src/com/android/launcher3/Launcher.java +++ b/src/com/android/launcher3/Launcher.java @@ -1125,27 +1125,6 @@ public class Launcher extends Activity public void forceExitFullImmersion(); } - public interface LauncherAppsCallbacks { - /** - * Updates launcher to the available space that AllApps can take so as not to overlap with - * any other views. - */ - @Deprecated - public void onAllAppsBoundsChanged(Rect bounds); - - /** - * Called to dismiss all apps if it is showing. - */ - @Deprecated - public void dismissAllApps(); - - /** - * Sets the search manager to be used for app search. - */ - @Deprecated - public void setSearchManager(Object manager); - } - public interface LauncherSearchCallbacks { /** * Called when the search overlay is shown. -- cgit v1.2.3