Home
last modified time | relevance | path

Searched refs:buildLayout (Results 1 – 1 of 1) sorted by relevance

/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
DWeatherWidgetProvider.java152 private RemoteViews buildLayout(Context context, int appWidgetId, boolean largeLayout) { in buildLayout() method in WeatherWidgetProvider
210 RemoteViews layout = buildLayout(context, appWidgetIds[i], mIsLargeLayout); in onUpdate()
231 layout = buildLayout(context, appWidgetId, mIsLargeLayout); in onAppWidgetOptionsChanged()