Searched refs:selectedPageIndex (Results 1 – 2 of 2) sorted by relevance
61 private int selectedPageIndex; field in CallLogActivity84 selectedPageIndex = startingTab; in onCreate()127 selectedPageIndex = -1; in onStop()178 selectedPageIndex = position; in onPageSelected()202 if (position == selectedPageIndex) { in updateMissedCalls()
171 AlertDialog dialog, List<TutorialPage> pages, int selectedPageIndex) { in updateTutorialNegativeButtonTextAndVisibility() argument173 final int pageType = pages.get(selectedPageIndex).getType(); in updateTutorialNegativeButtonTextAndVisibility()