Searched refs:captureFormatText (Results 1 – 2 of 2) sorted by relevance
34 private TextView captureFormatText; field in CaptureQualityController42 TextView captureFormatText, CallFragment.OnCallEvents callEvents) { in CaptureQualityController() argument43 this.captureFormatText = captureFormatText; in CaptureQualityController()70 captureFormatText.setText("Muted"); in onProgressChanged()94 captureFormatText.setText(width + "x" + height + " @ " + framerate + "fps"); in onProgressChanged()
34 private TextView captureFormatText; field in CallFragment65 captureFormatText = in onCreateView()123 new CaptureQualityController(captureFormatText, callEvents)); in onStart()125 captureFormatText.setVisibility(View.GONE); in onStart()