Home
last modified time | relevance | path

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

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