Searched refs:hudViewConnection (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DHudFragment.java34 private TextView hudViewConnection; field in class:HudFragment
51 hudViewConnection = (TextView) controlView.findViewById(R.id.hud_stat_connection);
94 hudViewConnection.setVisibility(visibility);
98 hudViewConnection.setTextSize(TypedValue.COMPLEX_UNIT_PT, 5);
176 hudViewConnection.setText(connectionStat.toString());

Completed in 69 milliseconds