Searched refs:bottomNavBar (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/main/impl/bottomnav/ |
D | MissedCallCountObserver.java | 37 private final BottomNavBar bottomNavBar; field in MissedCallCountObserver 41 Context appContext, BottomNavBar bottomNavBar, UiListener<Integer> uiListener) { in MissedCallCountObserver() argument 44 this.bottomNavBar = bottomNavBar; in MissedCallCountObserver() 77 count -> bottomNavBar.setNotificationCount(TabIndex.CALL_LOG, count == null ? 0 : count), in onChange()
|
/packages/apps/Dialer/java/com/android/dialer/main/impl/ |
D | OldMainActivityPeer.java | 703 BottomNavBar bottomNavBar, in getNewMainSearchController() argument 709 activity, bottomNavBar, fab, mainToolbar, toolbarShadow, fragmentContainer); in getNewMainSearchController() 904 private final BottomNavBar bottomNavBar; field in OldMainActivityPeer.MainCallLogFragmentListener 928 BottomNavBar bottomNavBar, in MainCallLogFragmentListener() argument 933 this.bottomNavBar = bottomNavBar; in MainCallLogFragmentListener() 962 bottomNavBar.setVisibility(show ? View.GONE : View.VISIBLE); in showMultiSelectRemoveView() 987 bottomNavBar.showVoicemail(true); in onVoicemailStatusFetched() 990 bottomNavBar.showVoicemail(false); in onVoicemailStatusFetched() 1008 bottomNavBar.setNotificationCount(TabIndex.VOICEMAIL, cursor.getCount()); in onVoicemailUnreadCountFetched() 1016 bottomNavBar.setNotificationCount(TabIndex.CALL_LOG, cursor.getCount()); in onMissedCallsUnreadCountFetched() [all …]
|