summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/AppsCustomizeTabHost.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-06-14 10:40:32 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-06-14 10:40:32 -0700
commit51600e4b63a2cecd5637f0b39845c52bdcd40247 (patch)
treef71ec47cbf03a043189b6ba983f9295bc2165307 /src/com/android/launcher2/AppsCustomizeTabHost.java
parent4131bb10e2927b57800060d93dd0a2eb13cc9c78 (diff)
parent8fd14178541374f2609c463a3bf882b93c10395d (diff)
downloadandroid_packages_apps_Trebuchet-51600e4b63a2cecd5637f0b39845c52bdcd40247.tar.gz
android_packages_apps_Trebuchet-51600e4b63a2cecd5637f0b39845c52bdcd40247.tar.bz2
android_packages_apps_Trebuchet-51600e4b63a2cecd5637f0b39845c52bdcd40247.zip
am 8fd14178: am 7e4e4ba4: Merge "Removing logging in AppsCustomizePagedView (Bug 6597629)" into jb-dev
* commit '8fd14178541374f2609c463a3bf882b93c10395d': Removing logging in AppsCustomizePagedView (Bug 6597629)
Diffstat (limited to 'src/com/android/launcher2/AppsCustomizeTabHost.java')
-rw-r--r--src/com/android/launcher2/AppsCustomizeTabHost.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/launcher2/AppsCustomizeTabHost.java b/src/com/android/launcher2/AppsCustomizeTabHost.java
index 4b568dda0..a2cab5322 100644
--- a/src/com/android/launcher2/AppsCustomizeTabHost.java
+++ b/src/com/android/launcher2/AppsCustomizeTabHost.java
@@ -387,7 +387,6 @@ public class AppsCustomizeTabHost extends TabHost implements LauncherTransitiona
// Make sure the current page is loaded (we start loading the side pages after the
// transition to prevent slowing down the animation)
- Log.d(LOG_TAG, "6549598 onLauncherTransitionPrepare currentPage: " + mAppsCustomizePane.getCurrentPage());
mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage(), true);
if (!LauncherApplication.isScreenLarge()) {
@@ -430,7 +429,6 @@ public class AppsCustomizeTabHost extends TabHost implements LauncherTransitiona
mAppsCustomizePane.showAllAppsCling();
// Make sure adjacent pages are loaded (we wait until after the transition to
// prevent slowing down the animation)
- Log.d(LOG_TAG, "6549598 onLauncherTransitionEnd currentPage: " + mAppsCustomizePane.getCurrentPage());
mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage());
if (!LauncherApplication.isScreenLarge()) {