Home
last modified time | relevance | path

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

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DHudFragment.java34 private TextView hudViewVideoSend; field in HudFragment
51 hudViewVideoSend = controlView.findViewById(R.id.hud_stat_video_send); in onCreateView()
98 hudViewVideoSend.setVisibility(visibility); in hudViewsSetProperties()
102 hudViewVideoSend.setTextSize(TypedValue.COMPLEX_UNIT_PT, 5); in hudViewsSetProperties()
179 hudViewVideoSend.setText(videoSendStat.toString()); in updateEncoderStatistics()