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()508 mLastInflatedRemoteViews = remoteViews; in updateAppWidget()518 applyRemoteViews(mLastInflatedRemoteViews, true); in reapplyLastRemoteViews()672 mLastInflatedRemoteViewsId = mViews.computeUniqueId(mLastInflatedRemoteViews); in onViewApplied()