Searched refs:mOrientationManager (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAbstractGalleryActivity.java59 private OrientationManager mOrientationManager; field in class:AbstractGalleryActivity
76 mOrientationManager = new OrientationManager(this);
137 return mOrientationManager;
214 mOrientationManager.resume();
220 mOrientationManager.pause();
H A DPhotoPage.java160 private OrientationManager mOrientationManager; field in class:PhotoPage
264 mOrientationManager = mActivity.getOrientationManager();
265 mActivity.getGLRoot().setOrientationSource(mOrientationManager);
806 mOrientationManager.unlockOrientation();
/packages/apps/Camera2/src/com/android/camera/
H A DWideAnglePanoramaModule.java145 private OrientationManager mOrientationManager; field in class:WideAnglePanoramaModule
208 mOrientationManager = new OrientationManager(activity);
534 mOrientationManager.lockOrientation();
714 mOrientationManager.unlockOrientation();
805 mOrientationManager.pause();
895 mOrientationManager.resume();
H A DVideoModule.java163 private OrientationManager mOrientationManager; field in class:VideoModule
334 mOrientationManager = new OrientationManager(mActivity);
676 mOrientationManager.resume();
807 mOrientationManager.pause();
1221 mOrientationManager.lockOrientation();
1295 mOrientationManager.unlockOrientation();

Completed in 199 milliseconds