Home
last modified time | relevance | path

Searched refs:SYSTEM_ACTION_ID_SEARCH_SCREEN (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DContextualSearchStateManager.java25 import static com.android.quickstep.util.SystemActionConstants.SYSTEM_ACTION_ID_SEARCH_SCREEN;
263 SYSTEM_ACTION_ID_SEARCH_SCREEN); in registerSearchScreenSystemAction()
268 SYSTEM_ACTION_ID_SEARCH_SCREEN); in unregisterSearchScreenSystemAction()
DSystemActionConstants.java27 public static final int SYSTEM_ACTION_ID_SEARCH_SCREEN = 500; field in SystemActionConstants