Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/
DCaptureModule.java362 mAppController.getOrientationManager()); in CaptureModule()
368 mAppController.getOrientationManager().unlockOrientation(); in CaptureModule()
373 mAppController.getOrientationManager().lockOrientation(); in CaptureModule()
451 DeviceOrientation deviceOrientation = mAppController.getOrientationManager() in onShutterButtonLongPressed()
454 .from(mAppController.getOrientationManager(), cameraCharacteristics); in onShutterButtonLongPressed()
537 int orientation = mAppController.getOrientationManager().getDeviceOrientation() in takePictureNow()
1352 .from(mAppController.getOrientationManager(), mCameraCharacteristics);
DVideoModule.java1180 mAppController.getOrientationManager().getDeviceOrientation().getDegrees(); in initializeRecorder()
1748 OrientationManager orientationManager = mAppController.getOrientationManager(); in resume()
1779 mAppController.getOrientationManager().removeOnOrientationChangeListener(this); in pause()
DPhotoModule.java1144 mAppController.getOrientationManager().getDeviceOrientation().getDegrees(); in capture()
DCameraActivity.java1201 public OrientationManager getOrientationManager() { in getOrientationManager() method in CameraActivity
/packages/apps/Camera2/src/com/android/camera/captureintent/resource/
DResourceSurfaceTextureNexus4Impl.java55 new PreviewTransformCalculator(resourceConstructed.get().getOrientationManager())); in create()
DResourceConstructed.java110 public OrientationManager getOrientationManager(); in getOrientationManager() method
DResourceSurfaceTextureImpl.java60 new PreviewTransformCalculator(resourceConstructed.get().getOrientationManager())); in create()
DResourceConstructedImpl.java172 public OrientationManager getOrientationManager() { in getOrientationManager() method in ResourceConstructedImpl
DResourceCaptureToolsImpl.java195 resource.getOrientationManager().getDeviceOrientation().getDegrees(), in takePictureNow()
/packages/apps/Camera2/src/com/android/camera/app/
DAppController.java352 public OrientationManager getOrientationManager(); in getOrientationManager() method
/packages/apps/Camera2/src/com/android/camera/captureintent/
DCaptureIntentModule.java96 appController.getOrientationManager(), in CaptureIntentModule()
/packages/apps/Camera2/src/com/android/camera/captureintent/state/
DStateOpeningCamera.java203 mResourceConstructed.get().getOrientationManager(), mCameraCharacteristics); in onEnter()
DStateReadyForCapture.java361 .getOrientationManager().getDisplayRotation().getDegrees(); in registerEventHandlers()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAbstractGalleryActivity.java136 public OrientationManager getOrientationManager() { in getOrientationManager() method in AbstractGalleryActivity
DPhotoPage.java264 mOrientationManager = mActivity.getOrientationManager(); in onCreate()