Lines Matching defs:module
1111 // read the module index from the last time the user changed modes
1416 // Store the module index so we can use it the next time the Camera
1423 * Sets the mCurrentModuleIndex, creates a new module instance for the given
1488 private void openModule(CameraModule module) {
1489 module.init(this, mCameraModuleRootView);
1490 module.onResumeBeforeSuper();
1491 module.onResumeAfterSuper();
1494 private void closeModule(CameraModule module) {
1495 module.onPauseBeforeSuper();
1496 module.onPauseAfterSuper();
1618 * Show or hide the {@link CameraControls} using the current module's