Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/video/impl/
DSurfaceViewVideoCallFragment.java105 private ImageButton swapCameraButton; field in SurfaceViewVideoCallFragment
198 swapCameraButton = (ImageButton) view.findViewById(R.id.videocall_switch_video); in onCreateView()
199 swapCameraButton.setOnClickListener(this); in onCreateView()
597 } else if (v == swapCameraButton) { in onClick()
598 if (swapCameraButton.getDrawable() instanceof Animatable) { in onClick()
599 ((Animatable) swapCameraButton.getDrawable()).start(); in onClick()
742 swapCameraButton.setEnabled(show); in showButton()
DVideoCallFragment.java133 private ImageButton swapCameraButton; field in VideoCallFragment
247 swapCameraButton = (ImageButton) view.findViewById(R.id.videocall_switch_video); in onCreateView()
248 swapCameraButton.setOnClickListener(this); in onCreateView()
698 } else if (v == swapCameraButton) { in onClick()
699 if (swapCameraButton.getDrawable() instanceof Animatable) { in onClick()
700 ((Animatable) swapCameraButton.getDrawable()).start(); in onClick()
856 swapCameraButton.setEnabled(show); in showButton()