OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setDividerColors
(Results
26 - 26
of
26
) sorted by null
1
2
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
SlidingTabLayout.java
41
* via {@link #setSelectedIndicatorColors(int...)} and {@link #
setDividerColors
(int...)}. The
108
* {@link #setSelectedIndicatorColors(int...)} and {@link #
setDividerColors
(int...)} to achieve
127
public void
setDividerColors
(int... colors) {
128
mTabStrip.
setDividerColors
(colors);
Completed in 660 milliseconds
1
2