Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DHudFragment.java35 private TextView hudViewVideoSend; field in HudFragment
52 hudViewVideoSend = (TextView) controlView.findViewById(R.id.hud_stat_video_send); in onCreateView()
95 hudViewVideoSend.setVisibility(visibility); in hudViewsSetProperties()
99 hudViewVideoSend.setTextSize(TypedValue.COMPLEX_UNIT_PT, 5); in hudViewsSetProperties()
177 hudViewVideoSend.setText(videoSendStat.toString()); in updateEncoderStatistics()