Searched refs:scrollToTab (Results 1 – 6 of 6) sorted by relevance
/development/samples/browseable/BasicTransition/src/com.example.android.common/view/ |
D | SlidingTabLayout.java | 232 scrollToTab(mViewPager.getCurrentItem(), 0); in onAttachedToWindow() 236 private void scrollToTab(int tabIndex, int positionOffset) { in scrollToTab() method in SlidingTabLayout 271 scrollToTab(position, extraOffset); in onPageScrolled() 292 scrollToTab(position, 0); in onPageSelected()
|
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/ |
D | SlidingTabLayout.java | 232 scrollToTab(mViewPager.getCurrentItem(), 0); in onAttachedToWindow() 236 private void scrollToTab(int tabIndex, int positionOffset) { in scrollToTab() method in SlidingTabLayout 271 scrollToTab(position, extraOffset); in onPageScrolled() 292 scrollToTab(position, 0); in onPageSelected()
|
/development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/ |
D | SlidingTabLayout.java | 232 scrollToTab(mViewPager.getCurrentItem(), 0); in onAttachedToWindow() 236 private void scrollToTab(int tabIndex, int positionOffset) { in scrollToTab() method in SlidingTabLayout 271 scrollToTab(position, extraOffset); in onPageScrolled() 292 scrollToTab(position, 0); in onPageSelected()
|
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/ |
D | SlidingTabLayout.java | 232 scrollToTab(mViewPager.getCurrentItem(), 0); in onAttachedToWindow() 236 private void scrollToTab(int tabIndex, int positionOffset) { in scrollToTab() method in SlidingTabLayout 271 scrollToTab(position, extraOffset); in onPageScrolled() 292 scrollToTab(position, 0); in onPageSelected()
|
/development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/ |
D | SlidingTabLayout.java | 232 scrollToTab(mViewPager.getCurrentItem(), 0); in onAttachedToWindow() 236 private void scrollToTab(int tabIndex, int positionOffset) { in scrollToTab() method in SlidingTabLayout 271 scrollToTab(position, extraOffset); in onPageScrolled() 292 scrollToTab(position, 0); in onPageSelected()
|
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/ |
D | SlidingTabLayout.java | 232 scrollToTab(mViewPager.getCurrentItem(), 0); in onAttachedToWindow() 236 private void scrollToTab(int tabIndex, int positionOffset) { in scrollToTab() method in SlidingTabLayout 271 scrollToTab(position, extraOffset); in onPageScrolled() 292 scrollToTab(position, 0); in onPageSelected()
|