mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Show tooltips on cursor hover of taskbar icons.
Fix: 250092437 Test: TaskbarHoverToolTipControllerTest Flag: ENABLE_CURSOR_HOVER_STATES Change-Id: Ia0463518d13b313b354328078685930215fb7636
This commit is contained in:
@@ -133,6 +133,8 @@ public abstract class AbstractFloatingView extends LinearLayout implements Touch
|
||||
public static final int TYPE_TASKBAR_OVERLAYS =
|
||||
TYPE_TASKBAR_ALL_APPS | TYPE_TASKBAR_EDUCATION_DIALOG;
|
||||
|
||||
public static final int TYPE_ALL_EXCEPT_ON_BOARD_POPUP = TYPE_ALL & ~TYPE_ON_BOARD_POPUP;
|
||||
|
||||
protected boolean mIsOpen;
|
||||
|
||||
public AbstractFloatingView(Context context, AttributeSet attrs) {
|
||||
|
||||
Reference in New Issue
Block a user