Home
last modified time | relevance | path

Searched refs:switchOnHoldButton (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/video/impl/
DSwitchOnHoldCallController.java34 @NonNull private View switchOnHoldButton; field in SwitchOnHoldCallController
45 @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()
DSurfaceViewVideoCallFragment.java106 private View switchOnHoldButton; field in SurfaceViewVideoCallFragment
202 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()
DVideoCallFragment.java134 private View switchOnHoldButton; field in VideoCallFragment
251 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()