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

/packages/apps/Camera2/src/com/android/camera/captureintent/resource/
H A DResourceConstructed.java110 public OrientationManager getOrientationManager(); method in interface:ResourceConstructed
H A DResourceSurfaceTextureNexus4Impl.java55 new PreviewTransformCalculator(resourceConstructed.get().getOrientationManager()));
H A DResourceSurfaceTextureImpl.java60 new PreviewTransformCalculator(resourceConstructed.get().getOrientationManager()));
H A DResourceCaptureToolsImpl.java195 resource.getOrientationManager().getDeviceOrientation().getDegrees(),
H A DResourceConstructedImpl.java172 public OrientationManager getOrientationManager() { method in class:ResourceConstructedImpl
/packages/apps/Camera2/src/com/android/camera/app/
H A DAppController.java352 public OrientationManager getOrientationManager(); method in interface:AppController
/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModule.java362 mAppController.getOrientationManager());
368 mAppController.getOrientationManager().unlockOrientation();
373 mAppController.getOrientationManager().lockOrientation();
451 DeviceOrientation deviceOrientation = mAppController.getOrientationManager()
454 .from(mAppController.getOrientationManager(), cameraCharacteristics);
537 int orientation = mAppController.getOrientationManager().getDeviceOrientation()
1352 .from(mAppController.getOrientationManager(), mCameraCharacteristics);
H A DVideoModule.java1179 mAppController.getOrientationManager().getDeviceOrientation().getDegrees();
1747 OrientationManager orientationManager = mAppController.getOrientationManager();
1778 mAppController.getOrientationManager().removeOnOrientationChangeListener(this);
H A DPhotoModule.java1144 mAppController.getOrientationManager().getDeviceOrientation().getDegrees();
H A DCameraActivity.java1199 public OrientationManager getOrientationManager() { method in class:CameraActivity
/packages/apps/Camera2/src/com/android/camera/captureintent/
H A DCaptureIntentModule.java96 appController.getOrientationManager(),
/packages/apps/Camera2/src/com/android/camera/captureintent/state/
H A DStateOpeningCamera.java203 mResourceConstructed.get().getOrientationManager(), mCameraCharacteristics);
H A DStateReadyForCapture.java361 .getOrientationManager().getDisplayRotation().getDegrees();
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAbstractGalleryActivity.java136 public OrientationManager getOrientationManager() { method in class:AbstractGalleryActivity
H A DPhotoPage.java264 mOrientationManager = mActivity.getOrientationManager();

Completed in 195 milliseconds