Home
last modified time | relevance | path

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

/packages/apps/Camera/src/com/android/camera/
DPhotoModule.java290 private PhotoController mPhotoControl; field in PhotoModule
580 mPhotoControl = new PhotoController(mActivity, this, mPieRenderer); in initializeAfterCameraOpen()
581 mPhotoControl.setListener(this); in initializeAfterCameraOpen()
607 if (mPhotoControl != null) { in initializePhotoControl()
608 mPhotoControl.initialize(mPreferenceGroup); in initializePhotoControl()
697 if (mPhotoControl != null) { in initializeSecondTime()
698 mPhotoControl.reloadPreferences(); in initializeSecondTime()
1257 if (mPhotoControl != null) { in overrideCameraSettings()
1259 mPhotoControl.overrideSettings( in overrideCameraSettings()
2302 mPhotoControl.setCameraId(mCameraId); in switchCamera()
[all …]