Searched refs:reusableView (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | HybridGroupManager.java | 99 public HybridNotificationView bindFromNotification(HybridNotificationView reusableView, in bindFromNotification() argument 101 return bindFromNotificationWithStyle(reusableView, notification, in bindFromNotification() 105 public HybridNotificationView bindAmbientFromNotification(HybridNotificationView reusableView, in bindAmbientFromNotification() argument 107 return bindFromNotificationWithStyle(reusableView, notification, in bindAmbientFromNotification() 112 HybridNotificationView reusableView, Notification notification, int style) { in bindFromNotificationWithStyle() argument 113 if (reusableView == null) { in bindFromNotificationWithStyle() 114 reusableView = inflateHybridViewWithStyle(style); in bindFromNotificationWithStyle() 118 reusableView.bind(titleText, contentText); in bindFromNotificationWithStyle() 119 return reusableView; in bindFromNotificationWithStyle() 138 public TextView bindOverflowNumber(TextView reusableView, int number) { in bindOverflowNumber() argument [all …]
|