Searched refs:FLAG_ID_ALLOCATED (Results 1 – 3 of 3) sorted by relevance
61 public static final int FLAG_ID_ALLOCATED = 16; field in LauncherAppWidgetInfo170 (restoreStatus & FLAG_ID_ALLOCATED) == FLAG_ID_ALLOCATED; in isWidgetIdAllocated()
2192 if (!item.hasRestoreFlag(LauncherAppWidgetInfo.FLAG_ID_ALLOCATED)) { in inflateAppWidget()2195 item.restoreStatus |= LauncherAppWidgetInfo.FLAG_ID_ALLOCATED; in inflateAppWidget()
136 if (!info.hasRestoreFlag(LauncherAppWidgetInfo.FLAG_ID_ALLOCATED)) { in onClickPendingWidget()