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/
DModuleManager.java22 import com.android.camera.module.ModuleController;
64 public ModuleController createModule(AppController app, Intent intent); in createModule()
DCameraAppUI.java47 import com.android.camera.module.ModuleController;
1083 if (visibility == ModuleController.VISIBILITY_HIDDEN) { in onPreviewVisiblityChanged()
1236 ModuleController moduleController = mController.getCurrentModuleController(); in onChangeCamera()
1820 public void resetBottomControls(ModuleController module, int moduleIndex) {
1834 private boolean areBottomControlsUsed(ModuleController module) {
1951 ModuleController moduleController = mController.getCurrentModuleController();
1961 ModuleController moduleController = mController.getCurrentModuleController();
1971 ModuleController moduleController = mController.getCurrentModuleController();
1982 ModuleController moduleController = mController.getCurrentModuleController();
2005 ModuleController moduleController = mController.getCurrentModuleController();
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.java112 import com.android.camera.module.ModuleController;
1073 public ModuleController getCurrentModuleController() { in getCurrentModuleController()
1784 if (visibility == ModuleController.VISIBILITY_HIDDEN) { in updatePreviewRendering()
1793 return ModuleController.VISIBILITY_HIDDEN; in getPreviewVisibility()
1795 return ModuleController.VISIBILITY_COVERED; in getPreviewVisibility()
1797 return ModuleController.VISIBILITY_VISIBLE; in getPreviewVisibility()
DCaptureModule.java54 import com.android.camera.module.ModuleController;
108 ModuleController,
DVideoModule.java62 import com.android.camera.module.ModuleController;
1915 enableTorchMode(visibility == ModuleController.VISIBILITY_VISIBLE); in onPreviewVisibilityChanged()
DPhotoModule.java56 import com.android.camera.module.ModuleController;
104 ModuleController,