OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colorStateList
(Results
1 - 3
of
3
) sorted by null
/external/setupcompat/main/java/com/google/android/setupcompat/template/
FooterBarMixin.java
24
import android.content.res.
ColorStateList
;
86
ColorStateList
primaryDefaultTextColor = null;
87
ColorStateList
secondaryDefaultTextColor = null;
560
button.setTextColor(
ColorStateList
.valueOf(color));
604
ColorStateList
colorStateList
=
605
new
ColorStateList
(
617
button.setBackgroundTintList(
colorStateList
);
659
ColorStateList
colorStateList
[
all
...]
/cts/tests/tests/content/src/android/content/cts/
ContextTest.java
29
import android.content.res.
ColorStateList
;
389
final
ColorStateList
colorStateList
= mContext.getColorStateList(R.color.color2);
391
final int focusColor =
colorStateList
.getColorForState(focusedState, R.color.failColor);
[
all
...]
/cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java
24
import android.content.res.
ColorStateList
;
216
final
ColorStateList
colorStateList
= mResources.getColorStateList(R.color.color1);
218
final int focusColor =
colorStateList
.getColorForState(focusedState, R.color.failColor);
[
all
...]
Completed in 146 milliseconds