mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Merge "Refresh thumbnail splash when task icon changes." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f5f3a80959
@@ -1215,6 +1215,10 @@ public class TaskView extends FrameLayout implements Reusable {
|
||||
mSnapshotView.setSplashAlpha(mTaskThumbnailSplashAlpha);
|
||||
}
|
||||
|
||||
protected void refreshTaskThumbnailSplash() {
|
||||
mSnapshotView.refreshSplashView();
|
||||
}
|
||||
|
||||
private void setSplitSelectTranslationX(float x) {
|
||||
mSplitSelectTranslationX = x;
|
||||
applyTranslationX();
|
||||
|
||||
Reference in New Issue
Block a user