From b5f2e0aab7ba3a3e9eb129820b162ba03974ef7f Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Thu, 9 Oct 2014 18:43:18 -0700 Subject: Removing some dead code Change-Id: Idbd49302fc7123f72c7dad4c50612aaa662cca0d --- src/com/android/launcher3/Launcher.java | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'src/com/android/launcher3') diff --git a/src/com/android/launcher3/Launcher.java b/src/com/android/launcher3/Launcher.java index 20c923914..5236ede22 100644 --- a/src/com/android/launcher3/Launcher.java +++ b/src/com/android/launcher3/Launcher.java @@ -5804,31 +5804,6 @@ public class Launcher extends Activity return true; } - protected boolean shouldClingFocusHotseatApp() { - return false; - } - protected String getFirstRunClingSearchBarHint() { - return ""; - } - protected String getFirstRunCustomContentHint() { - return ""; - } - protected int getFirstRunFocusedHotseatAppDrawableId() { - return -1; - } - protected ComponentName getFirstRunFocusedHotseatAppComponentName() { - return null; - } - protected int getFirstRunFocusedHotseatAppRank() { - return -1; - } - protected String getFirstRunFocusedHotseatAppBubbleTitle() { - return ""; - } - protected String getFirstRunFocusedHotseatAppBubbleDescription() { - return ""; - } - /** * To be overridden by subclasses to indicate that there is an activity to launch * before showing the standard launcher experience. -- cgit v1.2.3