Home
last modified time | relevance | path

Searched refs:OrientationManager (Results 1 – 25 of 27) sorted by relevance

12

/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DTaskImageContainer.java20 import com.android.camera.app.OrientationManager;
71 public final OrientationManager.DeviceOrientation orientation;
78 TaskImage(OrientationManager.DeviceOrientation anOrientation, int aWidth, int aHeight, in TaskImage()
196 protected Rect rotateBoundingBox(Rect box, OrientationManager.DeviceOrientation orientation) { in rotateBoundingBox()
197 if(orientation == OrientationManager.DeviceOrientation.CLOCKWISE_0 || in rotateBoundingBox()
198 orientation == OrientationManager.DeviceOrientation.CLOCKWISE_180) { in rotateBoundingBox()
206 protected OrientationManager.DeviceOrientation addOrientation( in addOrientation()
207 OrientationManager.DeviceOrientation orientation1, in addOrientation()
208 OrientationManager.DeviceOrientation orientation2) { in addOrientation()
209 return OrientationManager.DeviceOrientation.from(orientation1.getDegrees() in addOrientation()
DImageToProcess.java21 import com.android.camera.app.OrientationManager;
32 public final OrientationManager.DeviceOrientation rotation;
45 public ImageToProcess(ImageProxy proxy, OrientationManager.DeviceOrientation imageRotation, in ImageToProcess()
60 public ImageToProcess(ImageProxy proxy, OrientationManager.DeviceOrientation imageRotation, in ImageToProcess()
DTaskCompressImageToJpeg.java26 import com.android.camera.app.OrientationManager.DeviceOrientation;
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
DImageRotationCalculatorImpl.java24 import com.android.camera.app.OrientationManager;
39 private final OrientationManager mOrientationManager;
48 public ImageRotationCalculatorImpl(OrientationManager orientationManager, in ImageRotationCalculatorImpl()
58 public static ImageRotationCalculator from(OrientationManager orientationManager, in from()
67 public OrientationManager.DeviceOrientation toImageRotation() { in toImageRotation()
70 return OrientationManager.DeviceOrientation.from(imageRotation); in toImageRotation()
DImageRotationCalculator.java19 import com.android.camera.app.OrientationManager;
35 public OrientationManager.DeviceOrientation toImageRotation(); in toImageRotation()
DPictureTakerImpl.java21 import com.android.camera.app.OrientationManager;
93 OrientationManager.DeviceOrientation.from(params.orientation), in takePicture()
/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/
DJpegImageBackendImageSaver.java25 import com.android.camera.app.OrientationManager;
61 private final OrientationManager.DeviceOrientation mImageRotation;
66 OrientationManager.DeviceOrientation imageRotation, in ImageSaverImpl()
101 private final OrientationManager.DeviceOrientation mImageRotation;
106 OrientationManager.DeviceOrientation imageRotation, in JpegImageProcessorListener()
204 @Nonnull OrientationManager.DeviceOrientation orientation, in build()
206 final OrientationManager.DeviceOrientation imageRotation = mImageRotationCalculator in build()
DYuvImageBackendImageSaver.java24 import com.android.camera.app.OrientationManager;
62 private final OrientationManager.DeviceOrientation mImageRotation;
66 OrientationManager.DeviceOrientation imageRotation, in ImageSaverImpl()
101 private final OrientationManager.DeviceOrientation mImageRotation;
105 OrientationManager.DeviceOrientation imageRotation, in YuvImageProcessorListener()
213 @Nonnull OrientationManager.DeviceOrientation orientation, in build()
215 final OrientationManager.DeviceOrientation imageRotation = mImageRotationCalculator in build()
DImageSaver.java19 import com.android.camera.app.OrientationManager;
63 OrientationManager.DeviceOrientation orientation, in build()
/packages/apps/Camera2/src/com/android/camera/captureintent/resource/
DResourceConstructedImpl.java28 import com.android.camera.app.OrientationManager;
48 private final OrientationManager mOrientationManager;
73 OrientationManager orientationManager, in create()
97 OrientationManager orientationManager, in ResourceConstructedImpl()
172 public OrientationManager getOrientationManager() { in getOrientationManager()
DResourceConstructed.java27 import com.android.camera.app.OrientationManager;
110 public OrientationManager getOrientationManager(); in getOrientationManager()
/packages/apps/Camera2/src/com/android/camera/captureintent/
DPreviewTransformCalculator.java19 import com.android.camera.app.OrientationManager;
30 private final OrientationManager mOrientationManager;
32 public PreviewTransformCalculator(OrientationManager orientationManager) { in PreviewTransformCalculator()
53 …if (mOrientationManager.getDeviceNaturalOrientation() == OrientationManager.DeviceNaturalOrientati… in toTransformMatrix()
/packages/apps/Camera2/src/com/android/camera/
DVideoUI.java30 import com.android.camera.app.OrientationManager;
255 public void onOrientationChanged(OrientationManager orientationManager, in onOrientationChanged()
256 OrientationManager.DeviceOrientation deviceOrientation) { in onOrientationChanged()
DTextureViewHelper.java29 import com.android.camera.app.OrientationManager;
284 OrientationManager.DeviceOrientation deviceOrientation =
285 OrientationManager.DeviceOrientation.from(currentDisplayOrientation);
DVideoModule.java57 import com.android.camera.app.OrientationManager;
93 OrientationManager.OnOrientationChangeListener, VideoController {
487 public void onOrientationChanged(OrientationManager orientationManager, in onOrientationChanged()
488 OrientationManager.DeviceOrientation deviceOrientation) { in onOrientationChanged()
1748 OrientationManager orientationManager = mAppController.getOrientationManager(); in resume()
DCameraActivity.java85 import com.android.camera.app.OrientationManager;
1199 public OrientationManager getOrientationManager() { in getOrientationManager()
/packages/apps/Camera2/src/com/android/camera/app/
DOrientationManager.java8 public interface OrientationManager { interface
79 public void onOrientationChanged(OrientationManager orientationManager, in onOrientationChanged()
DAppController.java352 public OrientationManager getOrientationManager(); in getOrientationManager()
DOrientationManagerImpl.java44 public class OrientationManagerImpl implements OrientationManager {
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAbstractGalleryActivity.java59 private OrientationManager mOrientationManager;
76 mOrientationManager = new OrientationManager(this); in onCreate()
136 public OrientationManager getOrientationManager() { in getOrientationManager()
DOrientationManager.java31 public class OrientationManager implements OrientationSource { class
46 public OrientationManager(Activity activity) { in OrientationManager() method in OrientationManager
/packages/apps/Camera2/src/com/android/camera/burst/
DBurstFacade.java22 import com.android.camera.app.OrientationManager.DeviceOrientation;
DBurstFacadeFactory.java23 import com.android.camera.app.OrientationManager.DeviceOrientation;
DToastingBurstFacadeDecorator.java24 import com.android.camera.app.OrientationManager.DeviceOrientation;
DBurstFacadeImpl.java21 import com.android.camera.app.OrientationManager.DeviceOrientation;

12