OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indicatorColor
(Results
1 - 6
of
6
) sorted by null
/developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
ContentFragment.java
40
public static ContentFragment newInstance(CharSequence title, int
indicatorColor
,
44
bundle.putInt(KEY_INDICATOR_COLOR,
indicatorColor
);
69
int
indicatorColor
= args.getInt(KEY_INDICATOR_COLOR);
71
indicatorColorView.setText("Indicator: #" + Integer.toHexString(
indicatorColor
));
72
indicatorColorView.setTextColor(
indicatorColor
);
SlidingTabsColorsFragment.java
50
SamplePagerItem(CharSequence title, int
indicatorColor
, int dividerColor) {
52
mIndicatorColor =
indicatorColor
;
/developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
ContentFragment.java
40
public static ContentFragment newInstance(CharSequence title, int
indicatorColor
,
44
bundle.putInt(KEY_INDICATOR_COLOR,
indicatorColor
);
69
int
indicatorColor
= args.getInt(KEY_INDICATOR_COLOR);
71
indicatorColorView.setText("Indicator: #" + Integer.toHexString(
indicatorColor
));
72
indicatorColorView.setTextColor(
indicatorColor
);
SlidingTabsColorsFragment.java
50
SamplePagerItem(CharSequence title, int
indicatorColor
, int dividerColor) {
52
mIndicatorColor =
indicatorColor
;
/development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
ContentFragment.java
40
public static ContentFragment newInstance(CharSequence title, int
indicatorColor
,
44
bundle.putInt(KEY_INDICATOR_COLOR,
indicatorColor
);
69
int
indicatorColor
= args.getInt(KEY_INDICATOR_COLOR);
71
indicatorColorView.setText("Indicator: #" + Integer.toHexString(
indicatorColor
));
72
indicatorColorView.setTextColor(
indicatorColor
);
SlidingTabsColorsFragment.java
50
SamplePagerItem(CharSequence title, int
indicatorColor
, int dividerColor) {
52
mIndicatorColor =
indicatorColor
;
Completed in 299 milliseconds