HomeSort by relevance Sort by last modified time
    Searched refs:captureFormatText (Results 1 - 2 of 2) sorted by null

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

Completed in 104 milliseconds