Searched refs:TAB_INDEX_SPEED_DIAL (Results 1 – 3 of 3) sorted by relevance
78 private int tabIndex = DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL;156 actionTypeList[DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL] = in onCreateView()164 swipeImpressionList[DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL] = in onCreateView()173 clickImpressionList[DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL] = in onCreateView()183 tabTitles[DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL] = in onCreateView()193 tabIcons[DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL] = R.drawable.quantum_ic_grade_white_24; in onCreateView()212 showTab(DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL); in onCreateView()459 adapter.getItem(adapter.getRtlPosition(DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL)); in hasFrequents()478 case DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL: in sendScreenViewForCurrentPosition()
43 @IntDef({TAB_INDEX_SPEED_DIAL, TAB_INDEX_HISTORY, TAB_INDEX_ALL_CONTACTS, TAB_INDEX_VOICEMAIL})46 public static final int TAB_INDEX_SPEED_DIAL = 0; field in DialtactsPagerAdapter79 case TAB_INDEX_SPEED_DIAL: in getItem()
405 previouslySelectedTabIndex = DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL; in onCreate()568 getIntent().getIntExtra(EXTRA_SHOW_TAB, DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL); in onResume()1067 .getInt(KEY_LAST_TAB, DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL); in displayFragment()1074 PerformanceReport.setStartingTabIndex(DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL); in displayFragment()1442 if (!isRtl && tabIndex == DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL && !isLandscape) { in onPageScrolled()1446 } else if (tabIndex != DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL) { in onPageScrolled()1489 && listsFragment.getCurrentTabIndex() == DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL) { in getFabAlignment()