Searched refs:mTextColor (Results 1 - 11 of 11) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyDrawParams.java34 public int mTextColor; field in class:KeyDrawParams
63 mTextColor = copyFrom.mTextColor;
100 mTextColor = selectColor(attr.mTextColor, mTextColor);
H A DKeyVisualAttributes.java39 public final int mTextColor; field in class:KeyVisualAttributes
123 mTextColor = keyAttr.getColor(R.styleable.Keyboard_Key_keyTextColor, 0);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DViewPagerTabs.java53 final ColorStateList mTextColor; field in class:ViewPagerTabs
126 mTextColor = a.getColorStateList(2);
173 if (mTextColor != null) {
174 textView.setTextColor(mTextColor);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java57 private int mTextColor; field in class:BubbleTextView
344 mTextColor = color;
350 mTextColor = colors.getDefaultColor();
357 super.setTextColor(mTextColor);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DCaptionPreviewFragment.java60 private int mTextColor; field in class:CaptionPreviewFragment
133 mTextColor = cs.foregroundColor;
210 int color = mTextColor & 0xff000000 | textColor & 0xffffff;
217 int color = mTextColor & 0xffffff | opacity & 0xff000000;
H A DCaptionSetupActivity.java81 private int mTextColor; field in class:CaptionSetupActivity
232 mTextColor = cs.foregroundColor & 0xffffff;
233 mTextColorName = getColorName(mTextColor);
343 colorsToActions(mTextColor);
643 mTextColor = Integer.parseInt(textColor);
644 mTextColorName = getColorName(mTextColor);
658 opacity | mTextColor);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DIconView.java42 private int mTextColor; field in class:IconView
71 mTextColor = res.getColor(R.color.filtershow_categoryview_text);
143 return mTextColor;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStateView.java66 private int mTextColor; field in class:StateView
82 mTextColor = res.getColor(R.color.filtershow_stateview_text);
119 mPaint.setColor(mTextColor);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DLabeledEditorView.java519 private int mTextColor; field in class:LabeledEditorView.EditTypeAdapter
524 mTextColor = context.getResources().getColor(R.color.secondary_text_color);
564 textView.setTextColor(mTextColor);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidatesViewManager.java183 private int mTextColor = 0; field in class:TextCandidatesViewManager
469 mTextColor = r.getColor(R.color.candidate_text);
1014 textView.setTextColor(mTextColor);
1031 textView.setTextColor(mTextColor);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKey.java617 return isShiftedLetterActivated() ? params.mTextInactivatedColor : params.mTextColor;

Completed in 3497 milliseconds