summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2014-10-10 02:12:05 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-10 02:12:05 +0000
commite4fb9335bd89fb372e89763f0c496c4080bb7c0f (patch)
tree5c7b0eb11c1187cdd64eba6ff272af5fa3c36998
parentbc32c898df4e4195c1cfc0b47020623175394a8d (diff)
parent0014ca20aa35f8937ff0df105e620fba02a538a3 (diff)
downloadandroid_packages_apps_Trebuchet-e4fb9335bd89fb372e89763f0c496c4080bb7c0f.tar.gz
android_packages_apps_Trebuchet-e4fb9335bd89fb372e89763f0c496c4080bb7c0f.tar.bz2
android_packages_apps_Trebuchet-e4fb9335bd89fb372e89763f0c496c4080bb7c0f.zip
am 0014ca20: Removing some dead code
* commit '0014ca20aa35f8937ff0df105e620fba02a538a3': Removing some dead code
-rw-r--r--src/com/android/launcher3/Launcher.java25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/com/android/launcher3/Launcher.java b/src/com/android/launcher3/Launcher.java
index 6ead23123..ec1c0aa67 100644
--- a/src/com/android/launcher3/Launcher.java
+++ b/src/com/android/launcher3/Launcher.java
@@ -4923,31 +4923,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.