Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DWorkspaceItemInfo.java76 public static final int FLAG_START_FOR_RESULT = 1 << 4; field in WorkspaceItemInfo
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemClickHandler.java430 if ((si.options & WorkspaceItemInfo.FLAG_START_FOR_RESULT) != 0) { in startAppShortcutOrInfoActivity()