Searched refs:mLastInflatedRemoteViewsId (Results 1 – 1 of 1) sorted by relevance
109 private long mLastInflatedRemoteViewsId = -1; field in AppWidgetHostView241 bundle.putLong(KEY_INFLATION_ID, mLastInflatedRemoteViewsId); in dispatchSaveInstanceState()273 if (inflationId == -1 || inflationId != mLastInflatedRemoteViewsId) { in restoreInstanceState()531 mLastInflatedRemoteViewsId = -1; in applyRemoteViews()565 mLastInflatedRemoteViewsId = rvToApply.computeUniqueId(remoteViews); in applyRemoteViews()578 mLastInflatedRemoteViewsId = rvToApply.computeUniqueId(remoteViews); in applyRemoteViews()672 mLastInflatedRemoteViewsId = mViews.computeUniqueId(mLastInflatedRemoteViews); in onViewApplied()