Home
last modified time | relevance | path

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

/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
DSlidingTabStrip.java133 int nextColor = tabColorizer.getIndicatorColor(mSelectedPosition + 1); in onDraw() local
134 if (color != nextColor) { in onDraw()
135 color = blendColors(nextColor, color, mSelectionOffset); in onDraw()
/development/samples/browseable/BasicTransition/src/com.example.android.common/view/
DSlidingTabStrip.java133 int nextColor = tabColorizer.getIndicatorColor(mSelectedPosition + 1); in onDraw() local
134 if (color != nextColor) { in onDraw()
135 color = blendColors(nextColor, color, mSelectionOffset); in onDraw()
/development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
DSlidingTabStrip.java133 int nextColor = tabColorizer.getIndicatorColor(mSelectedPosition + 1); in onDraw() local
134 if (color != nextColor) { in onDraw()
135 color = blendColors(nextColor, color, mSelectionOffset); in onDraw()
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
DSlidingTabStrip.java133 int nextColor = tabColorizer.getIndicatorColor(mSelectedPosition + 1); in onDraw() local
134 if (color != nextColor) { in onDraw()
135 color = blendColors(nextColor, color, mSelectionOffset); in onDraw()
/development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
DSlidingTabStrip.java133 int nextColor = tabColorizer.getIndicatorColor(mSelectedPosition + 1); in onDraw() local
134 if (color != nextColor) { in onDraw()
135 color = blendColors(nextColor, color, mSelectionOffset); in onDraw()
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
DSlidingTabStrip.java133 int nextColor = tabColorizer.getIndicatorColor(mSelectedPosition + 1); in onDraw() local
134 if (color != nextColor) { in onDraw()
135 color = blendColors(nextColor, color, mSelectionOffset); in onDraw()