Home
last modified time | relevance | path

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

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DHudFragment.java33 private TextView hudViewConnection; field in HudFragment
50 hudViewConnection = controlView.findViewById(R.id.hud_stat_connection); in onCreateView()
97 hudViewConnection.setVisibility(visibility); in hudViewsSetProperties()
101 hudViewConnection.setTextSize(TypedValue.COMPLEX_UNIT_PT, 5); in hudViewsSetProperties()
178 hudViewConnection.setText(connectionStat.toString()); in updateEncoderStatistics()