Searched refs:mSuppressionTextView (Results 1 – 1 of 1) sorted by relevance
58 private TextView mSuppressionTextView; field in VolumeSeekBarPreference136 mSuppressionTextView = (TextView) view.findViewById(R.id.suppression_text); in onBindViewHolder()268 if (mSuppressionTextView != null && mSeekBar != null) { in updateSuppressionText()269 mSuppressionTextView.setText(mSuppressionText); in updateSuppressionText()271 mSuppressionTextView.setVisibility(showSuppression ? View.VISIBLE : View.GONE); in updateSuppressionText()