OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TabColorizer
(Results
26 - 37
of
37
) sorted by null
1
2
/developers/samples/android/common/src/java/com/example/android/common/view/
SlidingTabLayout.java
42
* alternative is via the {@link
TabColorizer
} interface which provides you complete control over
52
* {@link #setCustomTabColorizer(
TabColorizer
)}.
54
public interface
TabColorizer
{
105
* Set the custom {@link
TabColorizer
} to be used.
111
public void setCustomTabColorizer(
TabColorizer
tabColorizer
) {
112
mTabStrip.setCustomTabColorizer(
tabColorizer
);
/development/samples/browseable/AdapterTransition/src/com.example.android.common/view/
SlidingTabLayout.java
42
* alternative is via the {@link
TabColorizer
} interface which provides you complete control over
52
* {@link #setCustomTabColorizer(
TabColorizer
)}.
54
public interface
TabColorizer
{
105
* Set the custom {@link
TabColorizer
} to be used.
111
public void setCustomTabColorizer(
TabColorizer
tabColorizer
) {
112
mTabStrip.setCustomTabColorizer(
tabColorizer
);
/development/samples/browseable/BasicTransition/src/com.example.android.common/view/
SlidingTabLayout.java
42
* alternative is via the {@link
TabColorizer
} interface which provides you complete control over
52
* {@link #setCustomTabColorizer(
TabColorizer
)}.
54
public interface
TabColorizer
{
105
* Set the custom {@link
TabColorizer
} to be used.
111
public void setCustomTabColorizer(
TabColorizer
tabColorizer
) {
112
mTabStrip.setCustomTabColorizer(
tabColorizer
);
/development/samples/browseable/FragmentTransition/src/com.example.android.common/view/
SlidingTabLayout.java
42
* alternative is via the {@link
TabColorizer
} interface which provides you complete control over
52
* {@link #setCustomTabColorizer(
TabColorizer
)}.
54
public interface
TabColorizer
{
105
* Set the custom {@link
TabColorizer
} to be used.
111
public void setCustomTabColorizer(
TabColorizer
tabColorizer
) {
112
mTabStrip.setCustomTabColorizer(
tabColorizer
);
/development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabLayout.java
42
* alternative is via the {@link
TabColorizer
} interface which provides you complete control over
52
* {@link #setCustomTabColorizer(
TabColorizer
)}.
54
public interface
TabColorizer
{
105
* Set the custom {@link
TabColorizer
} to be used.
111
public void setCustomTabColorizer(
TabColorizer
tabColorizer
) {
112
mTabStrip.setCustomTabColorizer(
tabColorizer
);
/development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
SlidingTabLayout.java
42
* alternative is via the {@link
TabColorizer
} interface which provides you complete control over
52
* {@link #setCustomTabColorizer(
TabColorizer
)}.
54
public interface
TabColorizer
{
105
* Set the custom {@link
TabColorizer
} to be used.
111
public void setCustomTabColorizer(
TabColorizer
tabColorizer
) {
112
mTabStrip.setCustomTabColorizer(
tabColorizer
);
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
SlidingTabLayout.java
42
* alternative is via the {@link
TabColorizer
} interface which provides you complete control over
52
* {@link #setCustomTabColorizer(
TabColorizer
)}.
54
public interface
TabColorizer
{
105
* Set the custom {@link
TabColorizer
} to be used.
111
public void setCustomTabColorizer(
TabColorizer
tabColorizer
) {
112
mTabStrip.setCustomTabColorizer(
tabColorizer
);
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
SlidingTabLayout.java
42
* alternative is via the {@link
TabColorizer
} interface which provides you complete control over
52
* {@link #setCustomTabColorizer(
TabColorizer
)}.
54
public interface
TabColorizer
{
105
* Set the custom {@link
TabColorizer
} to be used.
111
public void setCustomTabColorizer(
TabColorizer
tabColorizer
) {
112
mTabStrip.setCustomTabColorizer(
tabColorizer
);
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
SlidingTabLayout.java
42
* alternative is via the {@link
TabColorizer
} interface which provides you complete control over
52
* {@link #setCustomTabColorizer(
TabColorizer
)}.
54
public interface
TabColorizer
{
105
* Set the custom {@link
TabColorizer
} to be used.
111
public void setCustomTabColorizer(
TabColorizer
tabColorizer
) {
112
mTabStrip.setCustomTabColorizer(
tabColorizer
);
/developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
SlidingTabsColorsFragment.java
175
// Set a
TabColorizer
to customize the indicator and divider colors. Here we just retrieve
177
mSlidingTabLayout.setCustomTabColorizer(new SlidingTabLayout.
TabColorizer
() {
/developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
SlidingTabsColorsFragment.java
175
// Set a
TabColorizer
to customize the indicator and divider colors. Here we just retrieve
177
mSlidingTabLayout.setCustomTabColorizer(new SlidingTabLayout.
TabColorizer
() {
/development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
SlidingTabsColorsFragment.java
175
// Set a
TabColorizer
to customize the indicator and divider colors. Here we just retrieve
177
mSlidingTabLayout.setCustomTabColorizer(new SlidingTabLayout.
TabColorizer
() {
Completed in 946 milliseconds
1
2