Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationItemView.java48 private final TextView mHeaderCount; field in NotificationItemView
63 mHeaderCount = container.findViewById(R.id.notification_count); in NotificationItemView()
123 mHeaderCount.setText(text); in updateHeader()
124 mHeaderCount.setVisibility(visibility); in updateHeader()