Searched refs:mNotificationListView (Results 1 – 3 of 3) sorted by relevance
68 private final RecyclerView mNotificationListView; field in GroupNotificationViewHolder136 mNotificationListView = view.findViewById(R.id.notification_list); in GroupNotificationViewHolder()153 mNotificationListView.setLayoutManager(new LinearLayoutManager(getContext()) { in GroupNotificationViewHolder()159 mNotificationListView.addItemDecoration(new GroupedNotificationItemDecoration()); in GroupNotificationViewHolder()160 ((SimpleItemAnimator) mNotificationListView.getItemAnimator()) in GroupNotificationViewHolder()162 mNotificationListView.setNestedScrollingEnabled(false); in GroupNotificationViewHolder()166 mNotificationListView.addOnItemTouchListener( in GroupNotificationViewHolder()168 mNotificationListView.setAdapter(mAdapter); in GroupNotificationViewHolder()213 mNotificationListView.setRecycledViewPool(mParentAdapter.getViewPool()); in bind()313 mNotificationListView.setDescendantFocusability(isExpanded in updateExpansionIcon()[all …]
70 private RecyclerView mNotificationListView; field in GroupNotificationViewHolderTest89 mNotificationListView = groupNotificationView.findViewById(R.id.notification_list); in setup()97 assertThat(mNotificationListView.getAdapter().getItemCount()).isEqualTo(1); in bind_22notifications_collapsed_1NotificationShown()105 assertThat(mNotificationListView.getAdapter().getItemCount()).isEqualTo(5); in bind_22notifications_expanded1_5NotificationsShown()115 assertThat(mNotificationListView.getAdapter().getItemCount()).isEqualTo(10); in bind_22notifications_expanded2_10NotificationsShown()126 assertThat(mNotificationListView.getAdapter().getItemCount()).isEqualTo(15); in bind_22notifications_expanded3_15NotificationsShown()138 assertThat(mNotificationListView.getAdapter().getItemCount()).isEqualTo(20); in bind_22notifications_expanded4_20NotificationsShown()151 assertThat(mNotificationListView.getAdapter().getItemCount()).isEqualTo(22); in bind_22notifications_expanded5_22NotificationsShown()
46 private VerticalGridView mNotificationListView; field in TvNotificationPanelActivity71 mNotificationListView = findViewById(R.id.notifications_list); in onCreate()72 mNotificationListView.setAdapter(mTvNotificationAdapter); in onCreate()73 mNotificationListView.setColumnWidth(R.dimen.notification_panel_width); in onCreate()84 mNotificationListView.setVisibility(noNotifications ? View.GONE : View.VISIBLE); in notificationsUpdated()