Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/main/impl/bottomnav/
DBottomNavItem.java40 private TextView notificationBadge; field in BottomNavItem
51 notificationBadge = findViewById(R.id.notification_badge); in onFinishInflate()
73 notificationBadge.setVisibility(View.INVISIBLE); in setNotificationCount()
88 notificationBadge.setVisibility(View.VISIBLE); in setNotificationCount()
89 notificationBadge.setText(countString); in setNotificationCount()