Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRowView.java55 private TextView mBackgroundView; field in PlayControlsRowView
171 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()
/packages/apps/Dialer/java/com/android/contacts/common/dialog/
DCallSubjectDialog.java79 private View mBackgroundView; field in CallSubjectDialog
291 mBackgroundView = findViewById(R.id.call_subject_dialog); in onCreate()
292 mBackgroundView.setOnClickListener(mBackgroundListener); in onCreate()
444 mBackgroundView, in showCallHistory()
/packages/apps/Contacts/src/com/android/contacts/dialog/
DCallSubjectDialog.java89 private View mBackgroundView; field in CallSubjectDialog
288 mBackgroundView = findViewById(R.id.call_subject_dialog); in onCreate()
289 mBackgroundView.setOnClickListener(mBackgroundListener); in onCreate()
504 final ViewTreeObserver observer = mBackgroundView.getViewTreeObserver(); in showCallHistory()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
DPinDialogFragment.java435 private final View mBackgroundView;
459 mBackgroundView = view.findViewById(R.id.focused_background);
647 mBackgroundView.setVisibility(View.VISIBLE);
650 mBackgroundView.setVisibility(View.GONE);