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

/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/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java59 private int mTextColor; field in class:BubbleTextView
353 mTextColor = color;
366 super.setTextColor(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);

Completed in 9395 milliseconds