Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/
H A DSearchActionItemInfo.java43 public static final int FLAG_SHOULD_START = 1 << 1; field in SearchActionItemInfo
44 public static final int FLAG_SHOULD_START_FOR_RESULT = FLAG_SHOULD_START | 1 << 2;
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DItemClickHandler.java276 if (!itemInfo.hasFlags(SearchActionItemInfo.FLAG_SHOULD_START)) { in onClickSearchAction()