Lines Matching defs:module
56 import com.android.camera.module.ModuleController;
315 public MainHandler(PhotoModule module) {
317 mModule = new WeakReference<PhotoModule>(module);
322 PhotoModule module = mModule.get();
323 if (module == null) {
328 module.initializeFirstTime();
333 module.setCameraParametersWhenIdle(0);
348 // in the new module. The new module will set the enabled/disabled
349 // of this button when the module's preferred camera becomes available.
356 // Do not post this to avoid this module switch getting interleaved with
365 * Constructs a new photo module.
2225 // Not much we can do in the photo module.