Searched refs:mBackgroundView (Results 1 – 4 of 4) sorted by relevance
55 private TextView mBackgroundView; field in PlayControlsRowView171 mBackgroundView = (TextView) findViewById(R.id.background); in onFinishInflate()505 mBackgroundView.setEnabled(true); in updateAll()506 setTextIfNeeded(mBackgroundView, null); in updateAll()509 mBackgroundView.setEnabled(false); in updateAll()510 setTextIfNeeded(mBackgroundView, mUnavailableMessage); in updateAll()
79 private View mBackgroundView; field in CallSubjectDialog291 mBackgroundView = findViewById(R.id.call_subject_dialog); in onCreate()292 mBackgroundView.setOnClickListener(mBackgroundListener); in onCreate()444 mBackgroundView, in showCallHistory()
89 private View mBackgroundView; field in CallSubjectDialog288 mBackgroundView = findViewById(R.id.call_subject_dialog); in onCreate()289 mBackgroundView.setOnClickListener(mBackgroundListener); in onCreate()504 final ViewTreeObserver observer = mBackgroundView.getViewTreeObserver(); in showCallHistory()
435 private final View mBackgroundView;459 mBackgroundView = view.findViewById(R.id.focused_background);647 mBackgroundView.setVisibility(View.VISIBLE);650 mBackgroundView.setVisibility(View.GONE);