Home
last modified time | relevance | path

Searched refs:captureFormatText (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCaptureQualityController.java31 private TextView captureFormatText; field in CaptureQualityController
39 TextView captureFormatText, CallFragment.OnCallEvents callEvents) { in CaptureQualityController() argument
40 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()
DCallFragment.java33 private TextView captureFormatText; field in CallFragment
61 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()