Searched refs:mBackgroundView (Results 1 – 5 of 5) sorted by relevance
47 private View mBackgroundView; field in ConversationViewProgressController65 mBackgroundView = rootView.findViewById(R.id.background_view); in instantiateProgressIndicators()80 mBackgroundView.setVisibility(View.VISIBLE); in showLoadingStatus()119 if (mBackgroundView.getVisibility() == View.VISIBLE) { in dismiss()133 mBackgroundView.setVisibility(View.GONE); in animateDismiss()137 Utils.enableHardwareLayer(mBackgroundView); in animateDismiss()140 animator.setTarget(mBackgroundView); in animateDismiss()144 mBackgroundView.setVisibility(View.GONE); in animateDismiss()145 mBackgroundView.setLayerType(View.LAYER_TYPE_NONE, null); in animateDismiss()
54 private TextView mBackgroundView; field in PlayControlsRowView170 mBackgroundView = (TextView) findViewById(R.id.background); in onFinishInflate()499 mBackgroundView.setEnabled(true); in updateAll()500 setTextIfNeeded(mBackgroundView, null); in updateAll()503 mBackgroundView.setEnabled(false); in updateAll()504 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()
393 private final View mBackgroundView;417 mBackgroundView = view.findViewById(R.id.focused_background);605 mBackgroundView.setVisibility(View.VISIBLE);608 mBackgroundView.setVisibility(View.GONE);