Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/
DOngoingCallFragment.java86 private ImageButton mSwapButton; field in OngoingCallFragment
149 mSwapButton = (ImageButton) view.findViewById(R.id.swap); in onCreateView()
240 mSwapButton.setOnClickListener((unusedView) -> { in onCreateView()
655 mSwapButton.setFocusable(focusable); in setInCallControllerFocusability()