Searched refs:newExpandedView (Results 1 – 1 of 1) sorted by relevance
166 result.newExpandedView = createExpandedView(builder, isLowPriority); in createRemoteViews()217 if (result.newExpandedView != null) { in apply()218 boolean isNewView = !compareRemoteViews(result.newExpandedView, in apply()228 return result.newExpandedView; in apply()425 } else if (result.newExpandedView == null) { in finishIfDone()428 entry.cachedBigContentView = result.newExpandedView; in finishIfDone()429 row.setExpandable(result.newExpandedView != null); in finishIfDone()649 private RemoteViews newExpandedView; field in NotificationInflater.InflationProgress