Home
last modified time | relevance | path

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

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DHudFragment.java32 private TextView hudViewBwe; field in HudFragment
49 hudViewBwe = controlView.findViewById(R.id.hud_stat_bwe); in onCreateView()
60 (hudViewBwe.getVisibility() == View.VISIBLE) ? View.INVISIBLE : View.VISIBLE; in onCreateView()
96 hudViewBwe.setVisibility(visibility); in hudViewsSetProperties()
100 hudViewBwe.setTextSize(TypedValue.COMPLEX_UNIT_PT, 5); in hudViewsSetProperties()
177 hudViewBwe.setText(bweStat.toString()); in updateEncoderStatistics()