Searched refs:controlView (Results 1 – 5 of 5) sorted by relevance
53 View controlView = inflater.inflate(R.layout.fragment_call, container, false); in onCreateView() local56 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()
36 View controlView = inflater.inflate(R.layout.fragment_hud, container, false); in onCreateView() local39 statView = controlView.findViewById(R.id.hud_stat_call); in onCreateView()40 toggleDebugButton = controlView.findViewById(R.id.button_toggle_debug); in onCreateView()52 return controlView; in onCreateView()
656 View controlView = extraControls.getChildAt(controlViewIndex); in onLayoutWidthChanged() local658 basicControls.addView(controlView, /* index= */ 0); in onLayoutWidthChanged()669 View controlView = basicControls.getChildAt(i); in onLayoutWidthChanged() local670 occupiedWidth += getWidthWithMargins(controlView); in onLayoutWidthChanged()
658 View controlView = extraControls.getChildAt(controlViewIndex); in onLayoutWidthChanged() local660 basicControls.addView(controlView, /* index= */ 0); in onLayoutWidthChanged()671 View controlView = basicControls.getChildAt(i); in onLayoutWidthChanged() local672 occupiedWidth += getWidthWithMargins(controlView); in onLayoutWidthChanged()
49 NSControl *controlView; field