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

/frameworks/support/design/src/android/support/design/widget/
H A DTextInputLayout.java111 private TextView mCounterView; field in class:TextInputLayout
274 if (mCounterView != null) {
314 if (mCounterOverflowed && mCounterView != null) {
315 mCollapsingTextHelper.setCollapsedTextColor(mCounterView.getCurrentTextColor());
617 mCounterView = new TextView(getContext());
618 mCounterView.setMaxLines(1);
620 mCounterView.setTextAppearance(getContext(), mCounterTextAppearance);
624 mCounterView.setTextAppearance(getContext(),
626 mCounterView.setTextColor(ContextCompat.getColor(
629 addIndicator(mCounterView,
[all...]

Completed in 65 milliseconds