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()
385 private final TextView mBackgroundView;408 mBackgroundView = (TextView) view.findViewById(R.id.focused_background);469 ObjectAnimator.ofFloat(mBackgroundView, "alpha", 0f, 1f));475 mNumberViews[CURRENT_NUMBER_VIEW_INDEX].setText(mBackgroundView.getText());477 mBackgroundView.setText("");487 ObjectAnimator.ofFloat(mBackgroundView, "alpha", 1f, 0f));599 mBackgroundView.setText(INITIAL_TEXT);624 mBackgroundView.setText(String.valueOf(mCurrentValue));627 mBackgroundView.setAlpha(1f);635 mBackgroundView.setAlpha(0f);
41 private View mBackgroundView; field in PlayControlsRowView97 mBackgroundView = findViewById(R.id.background); in onFinishInflate()245 mBackgroundView.setEnabled(true); in onAvailabilityChanged()248 mBackgroundView.setEnabled(false); in onAvailabilityChanged()
347 private final View mBackgroundView;368 mBackgroundView = view.findViewById(R.id.focused_background);564 mBackgroundView.setVisibility(View.VISIBLE);567 mBackgroundView.setVisibility(View.GONE);
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()