Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java318 if ((reInflateFlags & FLAG_CONTENT_VIEW_EXPANDED) != 0 && result.newExpandedView != null) { in inflateSmartReplyViews()
345 result.newExpandedView = createExpandedView(builder, isLowPriority); in createRemoteViews()
400 if (result.newExpandedView != null) { in apply()
402 !canReapplyRemoteView(result.newExpandedView, in apply()
412 return result.newExpandedView; in apply()
629 cachedContentViews.put(FLAG_CONTENT_VIEW_EXPANDED, result.newExpandedView); in finishIfDone()
630 } else if (result.newExpandedView == null) { in finishIfDone()
634 cachedContentViews.put(FLAG_CONTENT_VIEW_EXPANDED, result.newExpandedView); in finishIfDone()
636 if (result.newExpandedView != null) { in finishIfDone()
642 row.setExpandable(result.newExpandedView != null); in finishIfDone()
[all …]