/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | KeyDrawParams.java | 34 public int mTextColor; field in KeyDrawParams 63 mTextColor = copyFrom.mTextColor; in KeyDrawParams() 100 mTextColor = selectColor(attr.mTextColor, mTextColor); in updateParams()
|
D | KeyVisualAttributes.java | 39 public final int mTextColor; field in KeyVisualAttributes 123 mTextColor = keyAttr.getColor(R.styleable.Keyboard_Key_keyTextColor, 0); in KeyVisualAttributes()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
D | CaptionSetupActivity.java | 81 private int mTextColor; field in CaptionSetupActivity 232 mTextColor = cs.foregroundColor & 0xffffff; in getCustomCaptionStyle() 233 mTextColorName = getColorName(mTextColor); in getCustomCaptionStyle() 343 colorsToActions(mTextColor); in refreshActionList() 643 mTextColor = Integer.parseInt(textColor); in setTextColor() 644 mTextColorName = getColorName(mTextColor); in setTextColor() 658 opacity | mTextColor); in updateCaptioningTextColor()
|
D | CaptionPreviewFragment.java | 60 private int mTextColor; field in CaptionPreviewFragment 133 mTextColor = cs.foregroundColor; in loadCaptionSettings() 210 int color = mTextColor & 0xff000000 | textColor & 0xffffff; in livePreviewTextColor() 217 int color = mTextColor & 0xffffff | opacity & 0xff000000; in livePreviewTextOpacity()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
D | ViewPagerTabs.java | 53 final ColorStateList mTextColor; field in ViewPagerTabs 126 mTextColor = a.getColorStateList(2); in ViewPagerTabs() 173 if (mTextColor != null) { in addTab() 174 textView.setTextColor(mTextColor); in addTab()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | BubbleTextView.java | 57 private int mTextColor; field in BubbleTextView 344 mTextColor = color; in setTextColor() 350 mTextColor = colors.getDefaultColor(); in setTextColor() 357 super.setTextColor(mTextColor); in setTextVisibility()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
D | IconView.java | 42 private int mTextColor; field in IconView 71 mTextColor = res.getColor(R.color.filtershow_categoryview_text); in setup() 143 return mTextColor; in getTextColor()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
D | StateView.java | 66 private int mTextColor; field in StateView 82 mTextColor = res.getColor(R.color.filtershow_stateview_text); in StateView() 119 mPaint.setColor(mTextColor); in drawText()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | LabeledEditorView.java | 519 private int mTextColor; field in LabeledEditorView.EditTypeAdapter 524 mTextColor = context.getResources().getColor(R.color.secondary_text_color); in EditTypeAdapter() 564 textView.setTextColor(mTextColor); in createViewFromResource()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | TextCandidatesViewManager.java | 183 private int mTextColor = 0; field in TextCandidatesViewManager 469 mTextColor = r.getColor(R.color.candidate_text); in initView() 1014 textView.setTextColor(mTextColor); in setCandidate() 1031 textView.setTextColor(mTextColor); in setCandidate()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | Key.java | 617 return isShiftedLetterActivated() ? params.mTextInactivatedColor : params.mTextColor; in selectTextColor()
|