Class BoldWidget
- java.lang.Object
-
- AppWidgetProvider
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.ClassicWidget
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.BoldWidget
-
public class BoldWidget extends ClassicWidget
-
-
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 Constructor Description BoldWidget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onAppWidgetOptionsChanged(Context c, AppWidgetManager awm, int appWidgetID, Bundle appWidgetOptions)
void
setClassicWidgetItems(RemoteViews remoteViews, CurrentWeatherInfo weatherCard, Context c, boolean shorten_text)
void
updateWidgetDisplay(Context c, AppWidgetManager awm, int[] widget_instances, int source)
-
Methods inherited from class de.kaffeemitkoffein.tinyweatherforecastgermany.ClassicWidget
getMaxPossibleFontsize, onDeleted, onDisabled, onEnabled, onReceive, onRestored, onUpdate, setAlarmText, setClassicWidgetItems, setClouds, setConditionIcon, setConditionText, setDateText, setHumidity, setLocationText, setPrecipitation, setPressure, setTemperature5cm, setVisibility, setWarningIcon, setWarningTextAndIcon, widgetRefreshAction
-
-
-
-
Method Detail
-
onAppWidgetOptionsChanged
public void onAppWidgetOptionsChanged(Context c, AppWidgetManager awm, int appWidgetID, Bundle appWidgetOptions)
- Overrides:
onAppWidgetOptionsChanged
in classClassicWidget
-
updateWidgetDisplay
public void updateWidgetDisplay(Context c, AppWidgetManager awm, int[] widget_instances, int source)
- Overrides:
updateWidgetDisplay
in classClassicWidget
-
setClassicWidgetItems
public void setClassicWidgetItems(RemoteViews remoteViews, CurrentWeatherInfo weatherCard, Context c, boolean shorten_text)
- Overrides:
setClassicWidgetItems
in classClassicWidget
-
-