Searched refs:TAB_INDEX_SPEED_DIAL (Results 1 – 2 of 2) sorted by relevance
54 public static final int TAB_INDEX_SPEED_DIAL = 0; field in ListsFragment172 case TAB_INDEX_SPEED_DIAL: in getCurrentListView()195 case TAB_INDEX_SPEED_DIAL: in getItem()288 mViewPager.setCurrentItem(getRtlPosition(TAB_INDEX_SPEED_DIAL)); in onCreateView()291 mTabTitles[TAB_INDEX_SPEED_DIAL] = getResources().getString(R.string.tab_speed_dial); in onCreateView()443 case TAB_INDEX_SPEED_DIAL: in sendScreenViewForPosition()
1172 ? ListsFragment.TAB_INDEX_RECENTS : ListsFragment.TAB_INDEX_SPEED_DIAL); in onPageScrolled()1176 } else if (position != ListsFragment.TAB_INDEX_SPEED_DIAL) { in onPageScrolled()1234 int align = (!mIsLandscape && mCurrentTabPosition == ListsFragment.TAB_INDEX_SPEED_DIAL) ? in updateFloatingActionButtonControllerAlignment()