OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colorResId
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/com/android/internal/util/
UserIcons.java
65
int
colorResId
= light ? R.color.user_icon_default_white : R.color.user_icon_default_gray;
68
colorResId
= USER_ICON_COLORS[userId % USER_ICON_COLORS.length];
71
icon.setColorFilter(Resources.getSystem().getColor(
colorResId
), Mode.SRC_IN);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java
404
int
colorResId
= attributeSet.getAttributeResourceValue("android", "textColor", 0);
405
setTextColor(context.getResources().getColor(
colorResId
));
429
int
colorResId
= attributeSet.getAttributeResourceValue("android", "hintColor", 0);
430
setHintTextColor(context.getResources().getColor(
colorResId
));
/developers/build/prebuilts/gradle/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizListenerService.java
206
private void appendColored(SpannableStringBuilder builder, String text, int
colorResId
) {
207
builder.append(text).setSpan(new ForegroundColorSpan(getResources().getColor(
colorResId
)),
/developers/samples/android/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizListenerService.java
206
private void appendColored(SpannableStringBuilder builder, String text, int
colorResId
) {
207
builder.append(text).setSpan(new ForegroundColorSpan(getResources().getColor(
colorResId
)),
/development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
QuizListenerService.java
206
private void appendColored(SpannableStringBuilder builder, String text, int
colorResId
) {
207
builder.append(text).setSpan(new ForegroundColorSpan(getResources().getColor(
colorResId
)),
Completed in 177 milliseconds