summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/popup/PopupItemView.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher3/popup/PopupItemView.java')
-rw-r--r--src/com/android/launcher3/popup/PopupItemView.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/com/android/launcher3/popup/PopupItemView.java b/src/com/android/launcher3/popup/PopupItemView.java
index dc4f415d5..b839d99ff 100644
--- a/src/com/android/launcher3/popup/PopupItemView.java
+++ b/src/com/android/launcher3/popup/PopupItemView.java
@@ -20,7 +20,6 @@ import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.ValueAnimator;
import android.content.Context;
-import android.content.res.ColorStateList;
import android.graphics.Bitmap;
import android.graphics.BitmapShader;
import android.graphics.Canvas;
@@ -109,10 +108,6 @@ public abstract class PopupItemView extends FrameLayout
canvas.restoreToCount(saveCount);
}
- protected ColorStateList getAttachedArrowColor() {
- return getBackgroundTintList();
- }
-
/**
* Creates an animator to play when the shortcut container is being opened.
*/