Home
last modified time | relevance | path

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

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCallFragment.java53 View controlView = inflater.inflate(R.layout.fragment_call, container, false); in onCreateView() local
56 contactView = controlView.findViewById(R.id.contact_name_call); in onCreateView()
57 ImageButton disconnectButton = controlView.findViewById(R.id.button_call_disconnect); in onCreateView()
58 cameraSwitchButton = controlView.findViewById(R.id.button_call_switch_camera); in onCreateView()
59 videoScalingButton = controlView.findViewById(R.id.button_call_scaling_mode); in onCreateView()
60 toggleMuteButton = controlView.findViewById(R.id.button_call_toggle_mic); in onCreateView()
61 captureFormatText = controlView.findViewById(R.id.capture_format_text_call); in onCreateView()
62 captureFormatSlider = controlView.findViewById(R.id.capture_format_slider_call); in onCreateView()
102 return controlView; in onCreateView()
DHudFragment.java45 View controlView = inflater.inflate(R.layout.fragment_hud, container, false); in onCreateView() local
48 encoderStatView = controlView.findViewById(R.id.encoder_stat_call); in onCreateView()
49 hudViewBwe = controlView.findViewById(R.id.hud_stat_bwe); in onCreateView()
50 hudViewConnection = controlView.findViewById(R.id.hud_stat_connection); in onCreateView()
51 hudViewVideoSend = controlView.findViewById(R.id.hud_stat_video_send); in onCreateView()
52 hudViewVideoRecv = controlView.findViewById(R.id.hud_stat_video_recv); in onCreateView()
53 toggleDebugButton = controlView.findViewById(R.id.button_toggle_debug); in onCreateView()
66 return controlView; in onCreateView()
/external/llvm-project/clang/test/Analysis/
Drdar-6562655.m49 NSControl *controlView; field
/external/clang/test/Analysis/
Drdar-6562655.m49 NSControl *controlView; field