summaryrefslogtreecommitdiffstats
path: root/quickstep
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2019-08-01 15:44:40 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-01 15:44:40 -0700
commitf489a7136510021515cb89479c018fc1981ccb7f (patch)
tree048d81fae98a74751ccd358ffcf52e3d784a18b0 /quickstep
parent84fa94e2fc79aac983b5048caec84ce93a1302fc (diff)
parent8ed3b437b1bafae2e7561cb645d04fc29bae401a (diff)
downloadandroid_packages_apps_Trebuchet-f489a7136510021515cb89479c018fc1981ccb7f.tar.gz
android_packages_apps_Trebuchet-f489a7136510021515cb89479c018fc1981ccb7f.tar.bz2
android_packages_apps_Trebuchet-f489a7136510021515cb89479c018fc1981ccb7f.zip
Return mIconLastSetTextAlpha from TEXT_ALPHA property
am: 8ed3b437b1 Change-Id: I01cada1a1cca22e2e7792b019dd74221c0451cf3
Diffstat (limited to 'quickstep')
-rw-r--r--quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/PredictionRowView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/PredictionRowView.java b/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/PredictionRowView.java
index b406bec82..0c7ba9c95 100644
--- a/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/PredictionRowView.java
+++ b/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/PredictionRowView.java
@@ -80,7 +80,7 @@ public class PredictionRowView extends LinearLayout implements
@Override
public Integer get(PredictionRowView view) {
- return view.mIconCurrentTextAlpha;
+ return view.mIconLastSetTextAlpha;
}
};