Searched refs:getSelectedNavigationIndex (Results 1 - 12 of 12) sorted by relevance

/frameworks/support/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
H A DActionBarTabsPager.java69 outState.putInt("tab", getActionBar().getSelectedNavigationIndex());
H A DFragmentNestingPagerSupport.java67 outState.putInt("tab", getActionBar().getSelectedNavigationIndex());
H A DFragmentNestingStatePagerSupport.java67 outState.putInt("tab", getActionBar().getSelectedNavigationIndex());
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
H A DActionBarTabsPager.java69 outState.putInt("tab", getActionBar().getSelectedNavigationIndex());
H A DFragmentNestingPagerSupport.java67 outState.putInt("tab", getActionBar().getSelectedNavigationIndex());
H A DFragmentNestingStatePagerSupport.java67 outState.putInt("tab", getActionBar().getSelectedNavigationIndex());
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java365 public abstract int getSelectedNavigationIndex(); method in class:ActionBar
H A DWindowDecorActionBar.java1278 public int getSelectedNavigationIndex() { method in class:WindowDecorActionBar
1311 mSavedTabPosition = getSelectedNavigationIndex();
H A DToolbarActionBar.java212 public int getSelectedNavigationIndex() { method in class:ToolbarActionBar
/frameworks/base/core/java/android/app/
H A DActionBar.java368 public abstract int getSelectedNavigationIndex(); method in class:ActionBar
/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java216 public int getSelectedNavigationIndex() { method in class:ToolbarActionBar
H A DWindowDecorActionBar.java1295 public int getSelectedNavigationIndex() { method in class:WindowDecorActionBar
1328 mSavedTabPosition = getSelectedNavigationIndex();

Completed in 157 milliseconds