Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCallFragment.java29 private View controlView; field in CallFragment
53 controlView = in onCreateView()
58 (TextView) controlView.findViewById(R.id.contact_name_call); in onCreateView()
60 (ImageButton) controlView.findViewById(R.id.button_call_disconnect); in onCreateView()
62 (ImageButton) controlView.findViewById(R.id.button_call_switch_camera); in onCreateView()
64 (ImageButton) controlView.findViewById(R.id.button_call_scaling_mode); in onCreateView()
66 (TextView) controlView.findViewById(R.id.capture_format_text_call); in onCreateView()
68 (SeekBar) controlView.findViewById(R.id.capture_format_slider_call); in onCreateView()
102 return controlView; in onCreateView()
DHudFragment.java31 private View controlView; field in HudFragment
46 controlView = inflater.inflate(R.layout.fragment_hud, container, false); in onCreateView()
49 encoderStatView = (TextView) controlView.findViewById(R.id.encoder_stat_call); in onCreateView()
50 hudViewBwe = (TextView) controlView.findViewById(R.id.hud_stat_bwe); in onCreateView()
51 hudViewConnection = (TextView) controlView.findViewById(R.id.hud_stat_connection); in onCreateView()
52 hudViewVideoSend = (TextView) controlView.findViewById(R.id.hud_stat_video_send); in onCreateView()
53 hudViewVideoRecv = (TextView) controlView.findViewById(R.id.hud_stat_video_recv); in onCreateView()
54 toggleDebugButton = (ImageButton) controlView.findViewById(R.id.button_toggle_debug); in onCreateView()
67 return controlView; in onCreateView()
/external/skia/src/views/mac/
DSkTextFieldCell.m25 inView:(NSView *)controlView
33 inView:controlView
42 inView:(NSView *)controlView
49 inView:controlView
/external/clang/test/Analysis/
Drdar-6562655.m49 NSControl *controlView; field