Searched refs:captureFormatText (Results 1 – 2 of 2) sorted by relevance
31 private TextView captureFormatText; field in CaptureQualityController39 TextView captureFormatText, CallFragment.OnCallEvents callEvents) { in CaptureQualityController() argument40 this.captureFormatText = captureFormatText; in CaptureQualityController()67 captureFormatText.setText(R.string.muted); in onProgressChanged()91 captureFormatText.setText( in onProgressChanged()92 String.format(captureFormatText.getContext().getString(R.string.format_description), width, in onProgressChanged()
33 private TextView captureFormatText; field in CallFragment61 captureFormatText = controlView.findViewById(R.id.capture_format_text_call); in onCreateView()123 new CaptureQualityController(captureFormatText, callEvents)); in onStart()125 captureFormatText.setVisibility(View.GONE); in onStart()