Searched refs:mEmptyFooterText (Results 1 – 1 of 1) sorted by relevance
39 private TextView mEmptyFooterText; field in EmptyShadeView60 mEmptyFooterText.setVisibility(mFooterVisibility); in onConfigurationChanged()77 mEmptyFooterText.setTextColor(onSurface); in setTextColors()78 mEmptyFooterText.setCompoundDrawableTintList(ColorStateList.valueOf(onSurface)); in setTextColors()96 mEmptyFooterText.setText(mFooterText); in setFooterText()98 mEmptyFooterText.setText(null); in setFooterText()111 mEmptyFooterText.setCompoundDrawablesRelative(drawable, null, null, null); in setFooterIcon()133 mEmptyFooterText = (TextView) findSecondaryView(); in onFinishInflate()134 mEmptyFooterText.setCompoundDrawableTintList(mEmptyFooterText.getTextColors()); in onFinishInflate()