Home
last modified time | relevance | path

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

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DHudFragment.java35 private TextView hudViewVideoRecv; field in HudFragment
52 hudViewVideoRecv = controlView.findViewById(R.id.hud_stat_video_recv); in onCreateView()
99 hudViewVideoRecv.setVisibility(visibility); in hudViewsSetProperties()
103 hudViewVideoRecv.setTextSize(TypedValue.COMPLEX_UNIT_PT, 5); in hudViewsSetProperties()
180 hudViewVideoRecv.setText(videoRecvStat.toString()); in updateEncoderStatistics()