Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java324 if ((reInflateFlags & FLAG_CONTENT_VIEW_HEADS_UP) != 0 && result.newHeadsUpView != null) { in inflateSmartReplyViews()
349 result.newHeadsUpView = builder.createHeadsUpContentView(usesIncreasedHeadsUpHeight); in createRemoteViews()
426 if (result.newHeadsUpView != null) { in apply()
428 !canReapplyRemoteView(result.newHeadsUpView, in apply()
438 return result.newHeadsUpView; in apply()
648 cachedContentViews.put(FLAG_CONTENT_VIEW_HEADS_UP, result.newHeadsUpView); in finishIfDone()
649 } else if (result.newHeadsUpView == null) { in finishIfDone()
653 cachedContentViews.put(FLAG_CONTENT_VIEW_HEADS_UP, result.newHeadsUpView); in finishIfDone()
655 if (result.newHeadsUpView != null) { in finishIfDone()
886 private RemoteViews newHeadsUpView; field in NotificationContentInflater.InflationProgress