HomeSort by relevance Sort by last modified time
    Searched refs:controlView (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
CallFragment.java 29 private View controlView;
53 controlView =
58 (TextView) controlView.findViewById(R.id.contact_name_call);
60 (ImageButton) controlView.findViewById(R.id.button_call_disconnect);
62 (ImageButton) controlView.findViewById(R.id.button_call_switch_camera);
64 (ImageButton) controlView.findViewById(R.id.button_call_scaling_mode);
66 (TextView) controlView.findViewById(R.id.capture_format_text_call);
68 (SeekBar) controlView.findViewById(R.id.capture_format_slider_call);
102 return controlView;
HudFragment.java 31 private View controlView;
46 controlView = inflater.inflate(R.layout.fragment_hud, container, false);
49 encoderStatView = (TextView) controlView.findViewById(R.id.encoder_stat_call);
50 hudViewBwe = (TextView) controlView.findViewById(R.id.hud_stat_bwe);
51 hudViewConnection = (TextView) controlView.findViewById(R.id.hud_stat_connection);
52 hudViewVideoSend = (TextView) controlView.findViewById(R.id.hud_stat_video_send);
53 hudViewVideoRecv = (TextView) controlView.findViewById(R.id.hud_stat_video_recv);
54 toggleDebugButton = (ImageButton) controlView.findViewById(R.id.button_toggle_debug);
67 return controlView;

Completed in 3030 milliseconds