Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DLauncherAppWidgetInfo.java75 public static final int FLAG_ID_ALLOCATED = 16; field in LauncherAppWidgetInfo
210 || (restoreStatus & FLAG_ID_ALLOCATED) == FLAG_ID_ALLOCATED; in isWidgetIdAllocated()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetInflater.kt109 if (!item.hasRestoreFlag(LauncherAppWidgetInfo.FLAG_ID_ALLOCATED)) { in inflateAppWidget()
116 item.restoreStatus or LauncherAppWidgetInfo.FLAG_ID_ALLOCATED in inflateAppWidget()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemClickHandler.java209 if (!info.hasRestoreFlag(LauncherAppWidgetInfo.FLAG_ID_ALLOCATED)) { in onClickPendingWidget()