Searched refs:CUSTOM_WIDGET_ID (Results 1 – 4 of 4) sorted by relevance
61 if (appWidgetId <= LauncherAppWidgetInfo.CUSTOM_WIDGET_ID) { in getLauncherAppWidgetInfo()93 if (appWidgetId <= LauncherAppWidgetInfo.CUSTOM_WIDGET_ID) { in bindAppWidgetIdIfAllowed()
135 return LauncherAppWidgetInfo.CUSTOM_WIDGET_ID - mWidgetsIdMap.keyAt(index); in getWidgetIdForCustomProvider()146 ComponentName cn = mWidgetsIdMap.get(LauncherAppWidgetInfo.CUSTOM_WIDGET_ID - widgetId); in getWidgetProvider()
92 public static final int CUSTOM_WIDGET_ID = -100; field in LauncherAppWidgetInfo184 return appWidgetId <= CUSTOM_WIDGET_ID; in isCustomWidget()
2393 if (item.appWidgetId <= LauncherAppWidgetInfo.CUSTOM_WIDGET_ID) { in inflateAppWidget()