Searched refs:swapCameraButton (Results 1 – 2 of 2) sorted by relevance
105 private ImageButton swapCameraButton; field in SurfaceViewVideoCallFragment198 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()
133 private ImageButton swapCameraButton; field in VideoCallFragment247 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()