Home
last modified time | relevance | path

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

/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/resource/
H A DResourceConstructed.java138 public ResolutionSetting getResolutionSetting(); in getResolutionSetting() method
H A DResourceConstructedImpl.java192 public ResolutionSetting getResolutionSetting() { in getResolutionSetting() method in ResourceConstructedImpl
/aosp12/packages/apps/Camera2/src/com/android/camera/app/
H A DAppController.java371 public ResolutionSetting getResolutionSetting(); in getResolutionSetting() method
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/state/
H A DStateStartingPreview.java166 mResourceConstructed.get().getResolutionSetting().getPictureAspectRatio( in onEnter()
H A DStateOpeningCamera.java189 mPictureSize = mResourceConstructed.get().getResolutionSetting().getPictureSize( in onEnter()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModule.java1363 mPictureSize = mAppController.getResolutionSetting().getPictureSize(
H A DPhotoModule.java1983 pictureSize = mAppController.getResolutionSetting().getPictureSize( in updateParametersPictureSize()
H A DCameraActivity.java2580 public ResolutionSetting getResolutionSetting() { in getResolutionSetting() method in CameraActivity