Searched refs:mUnholdCallButton (Results 1 – 1 of 1) sorted by relevance
83 private ImageButton mUnholdCallButton; field in OngoingCallFragment136 mUnholdCallButton = (ImageButton) view.findViewById(R.id.unhold_call); in onCreateView()220 mUnholdCallButton.setOnClickListener((unusedView) -> { in onCreateView()230 mUnholdCallButton.setBackground(unholdCallDrawable); in onCreateView()446 mUnholdCallButton.setVisibility(View.VISIBLE); in rebindViews()451 mUnholdCallButton.setVisibility(View.GONE); in rebindViews()662 mUnholdCallButton.setFocusable(focusable); in setInCallControllerFocusability()