Class BoldWidget
AppWidgetProvider
de.kaffeemitkoffein.tinyweatherforecastgermany.ClassicWidget
de.kaffeemitkoffein.tinyweatherforecastgermany.BoldWidget
-
Nested Class Summary
Nested classes/interfaces inherited from class de.kaffeemitkoffein.tinyweatherforecastgermany.ClassicWidget
ClassicWidget.WidgetDimensionManager -
Field Summary
Fields inherited from class de.kaffeemitkoffein.tinyweatherforecastgermany.ClassicWidget
NOT_AVAILABLE, WIDGET_CUSTOM_REFRESH_ACTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonAppWidgetOptionsChanged(Context c, AppWidgetManager awm, int appWidgetID, Bundle appWidgetOptions) voidsetClassicWidgetItems(RemoteViews remoteViews, CurrentWeatherInfo weatherCard, Context c, boolean shorten_text) voidupdateWidgetDisplay(Context c, AppWidgetManager awm, int[] widget_instances, int source) Methods inherited from class de.kaffeemitkoffein.tinyweatherforecastgermany.ClassicWidget
GetFontSize, onDeleted, onDisabled, onEnabled, onReceive, onRestored, onUpdate, setAlarmText, setClassicWidgetItems, setClouds, setConditionIcon, setConditionText, setDateText, setHumidity, setLocationText, setPrecipitation, setPressure, setTemperature5cm, setVisibility, setWarningIcon, setWarningTextAndIcon, widgetRefreshAction
-
Constructor Details
-
BoldWidget
public BoldWidget()
-
-
Method Details
-
onAppWidgetOptionsChanged
public void onAppWidgetOptionsChanged(Context c, AppWidgetManager awm, int appWidgetID, Bundle appWidgetOptions) - Overrides:
onAppWidgetOptionsChangedin classClassicWidget
-
updateWidgetDisplay
public void updateWidgetDisplay(Context c, AppWidgetManager awm, int[] widget_instances, int source) - Overrides:
updateWidgetDisplayin classClassicWidget
-
setClassicWidgetItems
public void setClassicWidgetItems(RemoteViews remoteViews, CurrentWeatherInfo weatherCard, Context c, boolean shorten_text) - Overrides:
setClassicWidgetItemsin classClassicWidget
-