summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/BubbleTextView.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-04-06 15:12:49 -0700
committerWinson Chung <winsonc@google.com>2015-04-06 15:12:49 -0700
commit9121fbffafe0b90a23768e5ebc5fffab2a2175c2 (patch)
treed380bc3984e66e89e44d6975627f9264ca0cf362 /src/com/android/launcher3/BubbleTextView.java
parentc517f4ce65cfbb3c52231262cf24847820213d29 (diff)
downloadandroid_packages_apps_Trebuchet-9121fbffafe0b90a23768e5ebc5fffab2a2175c2.tar.gz
android_packages_apps_Trebuchet-9121fbffafe0b90a23768e5ebc5fffab2a2175c2.tar.bz2
android_packages_apps_Trebuchet-9121fbffafe0b90a23768e5ebc5fffab2a2175c2.zip
Small refactoring to apps list.
- Fixes issue with fading in app icons when items are added/removed - Reduces number of expensive calls when drawing sections and the scrollbar - Removes fake section AppInfos in the adapters
Diffstat (limited to 'src/com/android/launcher3/BubbleTextView.java')
-rw-r--r--src/com/android/launcher3/BubbleTextView.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/com/android/launcher3/BubbleTextView.java b/src/com/android/launcher3/BubbleTextView.java
index 50549cad0..ae6ebba34 100644
--- a/src/com/android/launcher3/BubbleTextView.java
+++ b/src/com/android/launcher3/BubbleTextView.java
@@ -389,11 +389,6 @@ public class BubbleTextView extends TextView {
}
@Override
- protected boolean onSetAlpha(int alpha) {
- return true;
- }
-
- @Override
public void cancelLongPress() {
super.cancelLongPress();