Home
last modified time | relevance | path

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

/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
DSlidingTabStrip.java188 private int[] mDividerColors; field in SlidingTabStrip.SimpleTabColorizer
197 return mDividerColors[position % mDividerColors.length]; in getDividerColor()
205 mDividerColors = colors; in setDividerColors()
/development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
DSlidingTabStrip.java188 private int[] mDividerColors; field in SlidingTabStrip.SimpleTabColorizer
197 return mDividerColors[position % mDividerColors.length]; in getDividerColor()
205 mDividerColors = colors; in setDividerColors()
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
DSlidingTabStrip.java188 private int[] mDividerColors; field in SlidingTabStrip.SimpleTabColorizer
197 return mDividerColors[position % mDividerColors.length]; in getDividerColor()
205 mDividerColors = colors; in setDividerColors()
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
DSlidingTabStrip.java188 private int[] mDividerColors; field in SlidingTabStrip.SimpleTabColorizer
197 return mDividerColors[position % mDividerColors.length]; in getDividerColor()
205 mDividerColors = colors; in setDividerColors()
/development/samples/browseable/BasicTransition/src/com.example.android.common/view/
DSlidingTabStrip.java188 private int[] mDividerColors; field in SlidingTabStrip.SimpleTabColorizer
197 return mDividerColors[position % mDividerColors.length]; in getDividerColor()
205 mDividerColors = colors; in setDividerColors()
/development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
DSlidingTabStrip.java188 private int[] mDividerColors; field in SlidingTabStrip.SimpleTabColorizer
197 return mDividerColors[position % mDividerColors.length]; in getDividerColor()
205 mDividerColors = colors; in setDividerColors()