Searched refs:relayoutWidget (Results 1 – 2 of 2) sorted by relevance
/packages/apps/DeskClock/src/com/android/alarmclock/ |
D | DigitalAppWidgetProvider.java | 152 relayoutWidget(context, wm, widgetId, wm.getAppWidgetOptions(widgetId)); in onReceive() 172 relayoutWidget(context, wm, widgetId, wm.getAppWidgetOptions(widgetId)); in onUpdate() 185 relayoutWidget(context, AppWidgetManager.getInstance(context), widgetId, options); in onAppWidgetOptionsChanged() 192 private static void relayoutWidget(Context context, AppWidgetManager wm, int widgetId, in relayoutWidget() method in DigitalAppWidgetProvider 194 final RemoteViews portrait = relayoutWidget(context, wm, widgetId, options, true); in relayoutWidget() 195 final RemoteViews landscape = relayoutWidget(context, wm, widgetId, options, false); in relayoutWidget() 204 private static RemoteViews relayoutWidget(Context context, AppWidgetManager wm, int widgetId, in relayoutWidget() method in DigitalAppWidgetProvider
|
D | DigitalAppWidgetProvider.kt | 124 relayoutWidget(context, wm, widgetId, wm.getAppWidgetOptions(widgetId)) in <lambda>() 143 relayoutWidget(context, wm, widgetId, wm.getAppWidgetOptions(widgetId)) in <lambda>() 159 relayoutWidget(context, AppWidgetManager.getInstance(context), widgetId, options) in <lambda>() 298 private fun relayoutWidget( in <lambda>() method 304 val portrait: RemoteViews = relayoutWidget(context, wm, widgetId, options, true) in <lambda>() 305 val landscape: RemoteViews = relayoutWidget(context, wm, widgetId, options, false) in <lambda>() 314 private fun relayoutWidget( in <lambda>() method
|