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()365 switchOnHoldButton in exitFullscreenMode()538 offset = getSwitchOnHoldOffsetEndHidden(switchOnHoldButton); in enterFullscreenMode()539 switchOnHoldButton in enterFullscreenMode()
134 private View switchOnHoldButton; field in VideoCallFragment251 switchOnHoldButton = view.findViewById(R.id.videocall_switch_on_hold); in onCreateView()328 switchOnHoldButton, onHoldContainer, inCallScreenDelegate, videoCallScreenDelegate); in onViewCreated()427 switchOnHoldButton in exitFullscreenMode()602 offset = getSwitchOnHoldOffsetEndHidden(switchOnHoldButton); in enterFullscreenMode()603 switchOnHoldButton in enterFullscreenMode()