Home
last modified time | relevance | path

Searched refs:ModuleController (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/module/
DModulesInfo.java101 public ModuleController createModule(AppController app, Intent intent) { in registerPhotoModule()
127 public ModuleController createModule(AppController app, Intent intent) { in registerVideoModule()
152 public ModuleController createModule(AppController app, Intent intent) { in registerWideAngleModule()
177 public ModuleController createModule(AppController app, Intent intent) { in registerPhotoSphereModule()
202 public ModuleController createModule(AppController app, Intent intent) { in registerRefocusModule()
227 public ModuleController createModule(AppController app, Intent intent) { in registerGcamModule()
252 public ModuleController createModule(AppController app, Intent intent) { in registerCaptureIntentModule()
DModuleController.java29 public interface ModuleController extends ShutterButton.OnShutterButtonListener { interface
/packages/apps/Camera2/src/com/android/camera/app/
DCameraAppUI.java46 import com.android.camera.module.ModuleController;
1082 if (visibility == ModuleController.VISIBILITY_HIDDEN) { in onPreviewVisiblityChanged()
1235 ModuleController moduleController = mController.getCurrentModuleController(); in onChangeCamera()
1819 public void resetBottomControls(ModuleController module, int moduleIndex) {
1833 private boolean areBottomControlsUsed(ModuleController module) {
1950 ModuleController moduleController = mController.getCurrentModuleController();
1960 ModuleController moduleController = mController.getCurrentModuleController();
1970 ModuleController moduleController = mController.getCurrentModuleController();
1981 ModuleController moduleController = mController.getCurrentModuleController();
2004 ModuleController moduleController = mController.getCurrentModuleController();
DModuleManager.java22 import com.android.camera.module.ModuleController;
64 public ModuleController createModule(AppController app, Intent intent); in createModule()
DAppController.java34 import com.android.camera.module.ModuleController;
122 public ModuleController getCurrentModuleController(); in getCurrentModuleController()
/packages/apps/Camera2/src/com/android/camera/
DCameraModule.java25 import com.android.camera.module.ModuleController;
27 public abstract class CameraModule implements ModuleController {
DCameraActivity.java111 import com.android.camera.module.ModuleController;
1074 public ModuleController getCurrentModuleController() { in getCurrentModuleController()
1780 if (visibility == ModuleController.VISIBILITY_HIDDEN) { in updatePreviewRendering()
1789 return ModuleController.VISIBILITY_HIDDEN; in getPreviewVisibility()
1791 return ModuleController.VISIBILITY_COVERED; in getPreviewVisibility()
1793 return ModuleController.VISIBILITY_VISIBLE; in getPreviewVisibility()
DCaptureModule.java54 import com.android.camera.module.ModuleController;
108 ModuleController,
DVideoModule.java62 import com.android.camera.module.ModuleController;
1927 enableTorchMode(visibility == ModuleController.VISIBILITY_VISIBLE); in onPreviewVisibilityChanged()
DPhotoModule.java56 import com.android.camera.module.ModuleController;
104 ModuleController,