Home | History | Annotate | Download | only in shadows

Lines Matching refs:widgetId

172      * @param widgetId id of the desired widget
173 * @return the widget associated with {@code widgetId}
175 public View getViewFor(int widgetId) {
176 return getWidgetInfo(widgetId).view;
182 * @param widgetId id of the widget whose provider is to be returned
183 * @return the {@code AppWidgetProvider} associated with {@code widgetId}
185 public AppWidgetProvider getAppWidgetProviderFor(int widgetId) {
186 return getWidgetInfo(widgetId).appWidgetProvider;
209 private WidgetInfo getWidgetInfo(int widgetId) {
210 return widgetInfos.get(widgetId);