Searched refs:mLastInflatedRemoteViews (Results 1 – 1 of 1) sorted by relevance
108 private RemoteViews mLastInflatedRemoteViews = null; field in AppWidgetHostView300 if (mLastInflatedRemoteViews != null) { in onLayout()301 RemoteViews toApply = mLastInflatedRemoteViews.getRemoteViewsToApplyIfDifferent( in onLayout()519 mLastInflatedRemoteViews = remoteViews; in updateAppWidget()529 applyRemoteViews(mLastInflatedRemoteViews, true); in reapplyLastRemoteViews()683 mLastInflatedRemoteViewsId = mViews.computeUniqueId(mLastInflatedRemoteViews); in onViewApplied()