summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2014-11-05 23:13:08 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-11-05 23:13:08 +0000
commit2e740944ed8660b8f28177172482f90d3afb7dcf (patch)
treeedefe532f772ef2b1e239b93725136f02ee9fd18 /src
parent026f622cc73aa5157106502683e78d2b874f0b61 (diff)
parentb9f261fd3adfe733333a4cf2c72081cde2a69e13 (diff)
downloadandroid_packages_apps_Trebuchet-2e740944ed8660b8f28177172482f90d3afb7dcf.tar.gz
android_packages_apps_Trebuchet-2e740944ed8660b8f28177172482f90d3afb7dcf.tar.bz2
android_packages_apps_Trebuchet-2e740944ed8660b8f28177172482f90d3afb7dcf.zip
Merge "Clearing some android list errors/warnings." into ub-now-queens
Diffstat (limited to 'src')
-rw-r--r--src/com/android/launcher3/AppsCustomizeTabHost.java14
-rw-r--r--src/com/android/launcher3/PagedViewWidgetImageView.java2
2 files changed, 1 insertions, 15 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";
diff --git a/src/com/android/launcher3/PagedViewWidgetImageView.java b/src/com/android/launcher3/PagedViewWidgetImageView.java
index 71f5eead3..7d8279547 100644
--- a/src/com/android/launcher3/PagedViewWidgetImageView.java
+++ b/src/com/android/launcher3/PagedViewWidgetImageView.java
@@ -21,7 +21,7 @@ import android.graphics.Canvas;
import android.util.AttributeSet;
import android.widget.ImageView;
-class PagedViewWidgetImageView extends ImageView {
+public class PagedViewWidgetImageView extends ImageView {
public boolean mAllowRequestLayout = true;
public PagedViewWidgetImageView(Context context, AttributeSet attrs) {