Searched refs:newExpandedView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationInflater.java172 result.newExpandedView = createExpandedView(builder, isLowPriority);
226 if (result.newExpandedView != null) {
227 boolean isNewView = !canReapplyRemoteView(result.newExpandedView,
237 return result.newExpandedView;
458 } else if (result.newExpandedView == null) {
461 entry.cachedBigContentView = result.newExpandedView;
462 row.setExpandable(result.newExpandedView != null);
697 private RemoteViews newExpandedView; field in class:NotificationInflater.InflationProgress

Completed in 23 milliseconds