HomeSort by relevance Sort by last modified time
    Searched refs:swapCameraButton (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/video/impl/
SurfaceViewVideoCallFragment.java 105 private ImageButton swapCameraButton;
199 swapCameraButton = (ImageButton) view.findViewById(R.id.videocall_switch_video);
200 swapCameraButton.setOnClickListener(this);
600 } else if (v == swapCameraButton) {
601 if (swapCameraButton.getDrawable() instanceof Animatable) {
602 ((Animatable) swapCameraButton.getDrawable()).start();
742 swapCameraButton.setEnabled(show);
    [all...]
VideoCallFragment.java 130 private ImageButton swapCameraButton;
227 swapCameraButton = (ImageButton) view.findViewById(R.id.videocall_switch_video);
228 swapCameraButton.setOnClickListener(this);
640 } else if (v == swapCameraButton) {
641 if (swapCameraButton.getDrawable() instanceof Animatable) {
642 ((Animatable) swapCameraButton.getDrawable()).start();
785 swapCameraButton.setEnabled(show);
    [all...]

Completed in 151 milliseconds