Searched refs:reusableView (Results 1 – 1 of 1) sorted by relevance
89 public HybridNotificationView bindFromNotification(HybridNotificationView reusableView, in bindFromNotification() argument91 return bindFromNotificationWithStyle(reusableView, notification, in bindFromNotification()96 HybridNotificationView reusableView, Notification notification, int style) { in bindFromNotificationWithStyle() argument97 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() argument123 if (reusableView == null) { in bindOverflowNumber()124 reusableView = inflateOverflowNumber(); in bindOverflowNumber()[all …]