Home
last modified time | relevance | path

Searched refs:mEmptyFooterText (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DEmptyShadeView.java39 private TextView mEmptyFooterText; field in EmptyShadeView
60 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()