Searched refs:SYSTEM_ACTION_ID_TASKBAR (Results 1 – 3 of 3) sorted by relevance
26 public static final int SYSTEM_ACTION_ID_TASKBAR = 499; field in SystemActionConstants
32 import static com.android.quickstep.util.SystemActionConstants.SYSTEM_ACTION_ID_TASKBAR;1134 mAccessibilityManager.unregisterSystemAction(SYSTEM_ACTION_ID_TASKBAR); in setUpTaskbarSystemAction()1147 SYSTEM_ACTION_ID_TASKBAR); in setUpTaskbarSystemAction()1158 () -> mAccessibilityManager.unregisterSystemAction(SYSTEM_ACTION_ID_TASKBAR)); in onDestroy()
35 import static com.android.quickstep.util.SystemActionConstants.SYSTEM_ACTION_ID_TASKBAR;311 SYSTEM_ACTION_ID_TASKBAR, in TaskbarManager()