Searched refs:switchOnHoldButton (Results 1 – 3 of 3) sorted by relevance
34 @NonNull private View switchOnHoldButton; field in SwitchOnHoldCallController45 @NonNull View switchOnHoldButton, in SwitchOnHoldCallController()49 this.switchOnHoldButton = Assert.isNotNull(switchOnHoldButton); in SwitchOnHoldCallController()50 switchOnHoldButton.setOnClickListener(this); in SwitchOnHoldCallController()81 switchOnHoldButton.setEnabled(isEnabled); in updateButtonState()82 switchOnHoldButton.setVisibility(isVisible ? View.VISIBLE : View.INVISIBLE); in updateButtonState()
106 private View switchOnHoldButton; field in SurfaceViewVideoCallFragment202 switchOnHoldButton = view.findViewById(R.id.videocall_switch_on_hold); in onCreateView()269 switchOnHoldButton, onHoldContainer, inCallScreenDelegate, videoCallScreenDelegate); in onViewCreated()364 switchOnHoldButton in exitFullscreenMode()537 offset = getSwitchOnHoldOffsetEndHidden(switchOnHoldButton); in enterFullscreenMode()538 switchOnHoldButton in enterFullscreenMode()
134 private View switchOnHoldButton; field in VideoCallFragment251 switchOnHoldButton = view.findViewById(R.id.videocall_switch_on_hold); in onCreateView()352 switchOnHoldButton, onHoldContainer, inCallScreenDelegate, videoCallScreenDelegate); in onViewCreated()463 switchOnHoldButton in exitFullscreenMode()638 offset = getSwitchOnHoldOffsetEndHidden(switchOnHoldButton); in enterFullscreenMode()639 switchOnHoldButton in enterFullscreenMode()