Searched refs:applyRemoteViews (Results 1 – 3 of 3) sorted by relevance
304 applyRemoteViews(toApply, false); in onLayout()509 applyRemoteViews(remoteViews, true); in updateAppWidget()518 applyRemoteViews(mLastInflatedRemoteViews, true); in reapplyLastRemoteViews()525 protected void applyRemoteViews(@Nullable RemoteViews remoteViews, boolean useAsyncIfPossible) { in applyRemoteViews() method in AppWidgetHostView
392 applyRemoteViews(view, forceApplyAsync || ((view != null) && view.prefersAsyncApply())); in onRemoteViewsLoaded()
9751 Landroid/appwidget/AppWidgetHostView;->applyRemoteViews(Landroid/widget/RemoteViews;Z)V