Merge "Polish taskbar un/stash animation." into tm-qpr-dev

This commit is contained in:
Jon Miranda
2023-03-09 03:33:39 +00:00
committed by Android (Google) Code Review
4 changed files with 92 additions and 60 deletions

View File

@@ -185,6 +185,13 @@ public class TaskbarView extends FrameLayout implements FolderIcon.FolderIconPar
return ColorUtils.HSLToColor(colorHSL);
}
/**
* Returns the icon touch size.
*/
public int getIconTouchSize() {
return mIconTouchSize;
}
private int calculateThemeIconsBackground() {
int color = ThemedIconDrawable.getColors(mContext)[0];
if (Utilities.isDarkTheme(mContext)) {