summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/AppsCustomizeTabHost.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2014-11-03 11:39:27 -0800
committerSunny Goyal <sunnygoyal@google.com>2014-11-03 11:39:27 -0800
commitb9f261fd3adfe733333a4cf2c72081cde2a69e13 (patch)
treefcd536869e5955b88d1432d050438fc460ca6b0b /src/com/android/launcher3/AppsCustomizeTabHost.java
parent96d2cc235dff94d6109cd480fef13afbefa459f1 (diff)
downloadandroid_packages_apps_Trebuchet-b9f261fd3adfe733333a4cf2c72081cde2a69e13.tar.gz
android_packages_apps_Trebuchet-b9f261fd3adfe733333a4cf2c72081cde2a69e13.tar.bz2
android_packages_apps_Trebuchet-b9f261fd3adfe733333a4cf2c72081cde2a69e13.zip
Clearing some android list errors/warnings.
Change-Id: I2f1f991e61f9e41644ee9943f5a1a15971cca6c1
Diffstat (limited to 'src/com/android/launcher3/AppsCustomizeTabHost.java')
-rw-r--r--src/com/android/launcher3/AppsCustomizeTabHost.java14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/com/android/launcher3/AppsCustomizeTabHost.java b/src/com/android/launcher3/AppsCustomizeTabHost.java
index df65cbaa1..69e3ac17f 100644
--- a/src/com/android/launcher3/AppsCustomizeTabHost.java
+++ b/src/com/android/launcher3/AppsCustomizeTabHost.java
@@ -16,27 +16,13 @@
package com.android.launcher3;
-import android.animation.Animator;
-import android.animation.AnimatorListenerAdapter;
-import android.animation.AnimatorSet;
-import android.animation.ObjectAnimator;
import android.content.Context;
-import android.content.res.Resources;
-import android.graphics.Color;
import android.graphics.Rect;
import android.util.AttributeSet;
-import android.view.LayoutInflater;
-import android.view.MotionEvent;
import android.view.View;
import android.view.ViewGroup;
import android.view.accessibility.AccessibilityManager;
import android.widget.FrameLayout;
-import android.widget.LinearLayout;
-import android.widget.TabHost;
-import android.widget.TabWidget;
-import android.widget.TextView;
-
-import java.util.ArrayList;
public class AppsCustomizeTabHost extends FrameLayout implements LauncherTransitionable, Insettable {
static final String LOG_TAG = "AppsCustomizeTabHost";