mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Merge "Polish taskbar un/stash animation." into tm-qpr-dev
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user