Home
last modified time | relevance | path

Searched refs:selectedChild (Results 1 – 6 of 6) sorted by relevance

/development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
DSlidingTabLayout.java242 View selectedChild = mTabStrip.getChildAt(tabIndex); in scrollToTab() local
243 if (selectedChild != null) { in scrollToTab()
244 int targetScrollX = selectedChild.getLeft() + positionOffset; in scrollToTab()
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
DSlidingTabLayout.java242 View selectedChild = mTabStrip.getChildAt(tabIndex); in scrollToTab() local
243 if (selectedChild != null) { in scrollToTab()
244 int targetScrollX = selectedChild.getLeft() + positionOffset; in scrollToTab()
/development/samples/browseable/BasicTransition/src/com.example.android.common/view/
DSlidingTabLayout.java242 View selectedChild = mTabStrip.getChildAt(tabIndex); in scrollToTab() local
243 if (selectedChild != null) { in scrollToTab()
244 int targetScrollX = selectedChild.getLeft() + positionOffset; in scrollToTab()
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
DSlidingTabLayout.java242 View selectedChild = mTabStrip.getChildAt(tabIndex); in scrollToTab() local
243 if (selectedChild != null) { in scrollToTab()
244 int targetScrollX = selectedChild.getLeft() + positionOffset; in scrollToTab()
/development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
DSlidingTabLayout.java242 View selectedChild = mTabStrip.getChildAt(tabIndex); in scrollToTab() local
243 if (selectedChild != null) { in scrollToTab()
244 int targetScrollX = selectedChild.getLeft() + positionOffset; in scrollToTab()
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
DSlidingTabLayout.java242 View selectedChild = mTabStrip.getChildAt(tabIndex); in scrollToTab() local
243 if (selectedChild != null) { in scrollToTab()
244 int targetScrollX = selectedChild.getLeft() + positionOffset; in scrollToTab()