Searched defs:onShowSwitcherPopup (Results 1 - 14 of 14) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
H A DCameraModule.java64 public void onShowSwitcherPopup(); method in interface:CameraModule
H A DPhotoUI.java597 public void onShowSwitcherPopup() { method in class:PhotoUI
622 onShowSwitcherPopup();
H A DVideoUI.java522 public void onShowSwitcherPopup() { method in class:VideoUI
H A DCameraActivity.java1464 public void onShowSwitcherPopup() { method in class:CameraActivity
H A DPhotoModule.java1882 public void onShowSwitcherPopup() { method in class:PhotoModule
1883 mUI.onShowSwitcherPopup();
H A DVideoModule.java1794 public void onShowSwitcherPopup() { method in class:VideoModule
1795 mUI.onShowSwitcherPopup();
H A DWideAnglePanoramaModule.java1097 public void onShowSwitcherPopup() { method in class:WideAnglePanoramaModule
/packages/apps/Camera/src/com/android/camera/
H A DCameraModule.java73 public void onShowSwitcherPopup(); method in interface:CameraModule
H A DCameraActivity.java164 public void onShowSwitcherPopup() { method in class:CameraActivity
165 mCurrentModule.onShowSwitcherPopup();
H A DPanoramaModule.java1310 public void onShowSwitcherPopup() { method in class:PanoramaModule
H A DPhotoModule.java2475 public void onShowSwitcherPopup() { method in class:PhotoModule
H A DVideoModule.java2811 public void onShowSwitcherPopup() { method in class:VideoModule
/packages/apps/Camera/src/com/android/camera/ui/
H A DCameraSwitcher.java46 public void onShowSwitcherPopup(); method in interface:CameraSwitcher.CameraSwitchListener
99 mListener.onShowSwitcherPopup();
/packages/apps/Camera2/src/com/android/camera/ui/
H A DModuleSwitcher.java67 public void onShowSwitcherPopup(); method in interface:ModuleSwitcher.ModuleSwitchListener
151 mListener.onShowSwitcherPopup();

Completed in 191 milliseconds