Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DItemInfoWithIcon.java127 public static final int FLAG_NOT_RESIZEABLE = 1 << 15; field in ItemInfoWithIcon
282 runtimeStatusFlags |= FLAG_NOT_RESIZEABLE;
284 runtimeStatusFlags &= ~FLAG_NOT_RESIZEABLE;
292 return (runtimeStatusFlags & FLAG_NOT_RESIZEABLE) != 0;