Searched refs:TabIndex (Results 1 – 7 of 7) sorted by relevance
40 TabIndex.SPEED_DIAL,41 TabIndex.CALL_LOG,42 TabIndex.CONTACTS,43 TabIndex.VOICEMAIL,45 public @interface TabIndex { annotation in BottomNavBar58 private @TabIndex int selectedTab;79 if (selectedTab != TabIndex.SPEED_DIAL) { in onFinishInflate()83 selectTab(TabIndex.SPEED_DIAL); in onFinishInflate()87 if (selectedTab != TabIndex.CALL_LOG) { in onFinishInflate()91 selectTab(TabIndex.CALL_LOG); in onFinishInflate()[all …]
27 import com.android.dialer.main.impl.bottomnav.BottomNavBar.TabIndex;77 count -> bottomNavBar.setNotificationCount(TabIndex.CALL_LOG, count == null ? 0 : count), in onChange()
105 import com.android.dialer.main.impl.bottomnav.BottomNavBar.TabIndex;212 public static Intent getShowTabIntent(Context context, @TabIndex int tabIndex) { in getShowTabIntent()224 static @TabIndex int getTabFromIntent(Intent intent) { in getTabFromIntent()435 @TabIndex int tabToSelect; in onHandleIntent()440 tabToSelect = TabIndex.VOICEMAIL; in onHandleIntent()444 tabToSelect = TabIndex.CALL_LOG; in onHandleIntent()471 private void logImpressionForSelectedTab(@TabIndex int tab) { in logImpressionForSelectedTab()472 if (tab == TabIndex.SPEED_DIAL) { in logImpressionForSelectedTab()474 } else if (tab == TabIndex.CALL_LOG) { in logImpressionForSelectedTab()476 } else if (tab == TabIndex.CONTACTS) { in logImpressionForSelectedTab()[all …]
31 import com.android.dialer.main.impl.bottomnav.BottomNavBar.TabIndex;51 return getShowTabIntent(context, TabIndex.CALL_LOG); in getShowCallLogIntent()55 public static Intent getShowTabIntent(Context context, @TabIndex int tabIndex) { in getShowTabIntent()
31 import com.android.dialer.main.impl.bottomnav.BottomNavBar.TabIndex;53 bottomNav.selectTab(TabIndex.SPEED_DIAL); in onActivityCreate()
44 public @interface TabIndex {} annotation in DialtactsPagerAdapter149 public CharSequence getPageTitle(@TabIndex int position) { in getPageTitle()
76 import com.android.dialer.app.list.DialtactsPagerAdapter.TabIndex;1063 @TabIndex in displayFragment()