Searched refs:mTextColorDisabled (Results 1 – 2 of 2) sorted by relevance
39 private int mTextColorDisabled; field in FlashNotificationsPreviewPreference68 mTextColorDisabled = Utils.getColorAttrDefaultColor(getContext(), in init()85 title.setTextColor(enabled ? textColorEnabled : mTextColorDisabled); in onBindViewHolder()
127 private final int mTextColorDisabled; field in SelectInputView159 mTextColorDisabled = resources.getColor(R.color.select_input_text_color_disabled, null); in SelectInputView()344 holder.inputLabelView.setTextColor(mTextColorDisabled); in onBindViewHolder()345 holder.secondaryInputLabelView.setTextColor(mTextColorDisabled); in onBindViewHolder()