Searched refs:FLAG_ID_ALLOCATED (Results 1 – 3 of 3) sorted by relevance
76 public static final int FLAG_ID_ALLOCATED = 16; field in LauncherAppWidgetInfo224 || (restoreStatus & FLAG_ID_ALLOCATED) == FLAG_ID_ALLOCATED; in isWidgetIdAllocated()
143 if (!info.hasRestoreFlag(LauncherAppWidgetInfo.FLAG_ID_ALLOCATED)) { in onClickPendingWidget()
2492 if (!item.hasRestoreFlag(LauncherAppWidgetInfo.FLAG_ID_ALLOCATED)) { in inflateAppWidget()2495 item.restoreStatus |= LauncherAppWidgetInfo.FLAG_ID_ALLOCATED; in inflateAppWidget()