Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridGroupManager.java89 public HybridNotificationView bindFromNotification(HybridNotificationView reusableView, in bindFromNotification() argument
91 return bindFromNotificationWithStyle(reusableView, notification, in bindFromNotification()
96 HybridNotificationView reusableView, Notification notification, int style) { in bindFromNotificationWithStyle() argument
97 if (reusableView == null) { in bindFromNotificationWithStyle()
98 reusableView = inflateHybridViewWithStyle(style); in bindFromNotificationWithStyle()
102 reusableView.bind(titleText, contentText); in bindFromNotificationWithStyle()
103 return reusableView; in bindFromNotificationWithStyle()
122 public TextView bindOverflowNumber(TextView reusableView, int number) { in bindOverflowNumber() argument
123 if (reusableView == null) { in bindOverflowNumber()
124 reusableView = inflateOverflowNumber(); in bindOverflowNumber()
[all …]