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()
598 } else if (v == swapCameraButton) { in onClick()
599 if (swapCameraButton.getDrawable() instanceof Animatable) { in onClick()
600 ((Animatable) swapCameraButton.getDrawable()).start(); in onClick()
743 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()
662 } else if (v == swapCameraButton) { in onClick()
663 if (swapCameraButton.getDrawable() instanceof Animatable) { in onClick()
664 ((Animatable) swapCameraButton.getDrawable()).start(); in onClick()
812 swapCameraButton.setEnabled(show); in showButton()