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