Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DItemInfoWithIcon.java132 public static final int FLAG_SUPPORTS_MULTI_INSTANCE = 1 << 16; field in ItemInfoWithIcon
264 runtimeStatusFlags |= FLAG_SUPPORTS_MULTI_INSTANCE;
266 runtimeStatusFlags &= ~FLAG_SUPPORTS_MULTI_INSTANCE;
274 return (runtimeStatusFlags & FLAG_SUPPORTS_MULTI_INSTANCE) != 0;
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAppPairsController.java25 import static com.android.launcher3.model.data.ItemInfoWithIcon.FLAG_SUPPORTS_MULTI_INSTANCE;