Searched defs:mTextColor (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/
H A DViewPagerTabs.java60 final ColorStateList mTextColor; field in class:ViewPagerTabs
124 mTextColor = a.getColorStateList(2);
176 if (mTextColor != null) {
177 textView.setTextColor(mTextColor);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyVisualAttributes.java43 public final int mTextColor; field in class:KeyVisualAttributes
128 mTextColor = keyAttr.getColor(R.styleable.Keyboard_Key_keyTextColor, 0);
H A DKeyDrawParams.java38 public int mTextColor; field in class:KeyDrawParams
67 mTextColor = copyFrom.mTextColor;
104 mTextColor = selectColor(attr.mTextColor, mTextColor);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DViewPagerTabs.java55 final ColorStateList mTextColor; field in class:ViewPagerTabs
138 mTextColor = a.getColorStateList(2);
218 if (mTextColor != null) {
219 textView.setTextColor(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/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java90 private int mTextColor; field in class:BubbleTextView
460 mTextColor = color;
466 mTextColor = colors.getDefaultColor();
473 super.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);

Completed in 405 milliseconds