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.java96 public HybridNotificationView bindFromNotification(HybridNotificationView reusableView, in bindFromNotification() argument
101 if (reusableView == null) { in bindFromNotification()
103 reusableView = inflateHybridView(contentView, parent); in bindFromNotification()
107 updateReusableView(reusableView, notification, contentView); in bindFromNotification()
111 return reusableView; in bindFromNotification()
117 public void updateReusableView(HybridNotificationView reusableView, in updateReusableView() argument
122 if (reusableView != null) { in updateReusableView()
123 reusableView.bind(titleText, contentText, contentView); in updateReusableView()
145 public TextView bindOverflowNumber(TextView reusableView, int number, in bindOverflowNumber() argument
147 if (reusableView == null) { in bindOverflowNumber()
[all …]