Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/main/impl/
DOldMainActivityPeer.java204 private BottomNavBar bottomNav; field in OldMainActivityPeer
292 bottomNav = activity.findViewById(R.id.bottom_nav_bar); in initLayout()
300 bottomNav.addOnTabSelectedListener(bottomNavTabListener); in initLayout()
303 bottomNav.showVoicemail(showVoicemailTab); in initLayout()
307 activity.getApplicationContext(), bottomNav, missedCallObserverUiListener); in initLayout()
311 activity, activity.getContentResolver(), bottomNav, toolbar, bottomNavTabListener); in initLayout()
312 bottomNav.addOnTabSelectedListener(callLogFragmentListener); in initLayout()
316 bottomNav, fab, toolbar, activity.findViewById(R.id.toolbar_shadow), snackbarContainer); in initLayout()
333 bottomNav, in initLayout()
345 lastTabController = new LastTabController(activity, bottomNav, showVoicemailTab); in initLayout()
[all …]
DMainSearchController.java83 private final BottomNavBar bottomNav; field in MainSearchController
107 BottomNavBar bottomNav, in MainSearchController() argument
113 this.bottomNav = bottomNav; in MainSearchController()
244 bottomNav.setVisibility(View.GONE); in hideBottomNav()
248 bottomNav.setVisibility(View.VISIBLE); in showBottomNav()
DNewMainActivityPeer.java51 BottomNavBar bottomNav = mainActivity.findViewById(R.id.bottom_nav_bar); in onActivityCreate() local
52 bottomNav.addOnTabSelectedListener(bottomNavBarBottomNavTabListener); in onActivityCreate()
53 bottomNav.selectTab(TabIndex.SPEED_DIAL); in onActivityCreate()