Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCaptureQualityController.java34 private TextView captureFormatText; field in CaptureQualityController
42 TextView captureFormatText, CallFragment.OnCallEvents callEvents) { in CaptureQualityController() argument
43 this.captureFormatText = captureFormatText; in CaptureQualityController()
70 captureFormatText.setText("Muted"); in onProgressChanged()
94 captureFormatText.setText(width + "x" + height + " @ " + framerate + "fps"); in onProgressChanged()
DCallFragment.java34 private TextView captureFormatText; field in CallFragment
65 captureFormatText = in onCreateView()
123 new CaptureQualityController(captureFormatText, callEvents)); in onStart()
125 captureFormatText.setVisibility(View.GONE); in onStart()