Searched refs:mOrientationManager (Results 1 – 6 of 6) sorted by relevance
30 private final OrientationManager mOrientationManager; field in PreviewTransformCalculator33 mOrientationManager = orientationManager; in PreviewTransformCalculator()53 …if (mOrientationManager.getDeviceNaturalOrientation() == OrientationManager.DeviceNaturalOrientati… in toTransformMatrix()75 int rotateDegree = mOrientationManager.getDisplayRotation().getDegrees(); in toTransformMatrix()88 if (mOrientationManager.isInPortrait()) { in toTransformMatrix()
59 private OrientationManager mOrientationManager; field in AbstractGalleryActivity76 mOrientationManager = new OrientationManager(this); in onCreate()137 return mOrientationManager; in getOrientationManager()214 mOrientationManager.resume(); in onResume()220 mOrientationManager.pause(); in onPause()
160 private OrientationManager mOrientationManager; field in PhotoPage264 mOrientationManager = mActivity.getOrientationManager(); in onCreate()265 mActivity.getGLRoot().setOrientationSource(mOrientationManager); in onCreate()806 mOrientationManager.unlockOrientation(); in showBars()
39 private final OrientationManager mOrientationManager; field in ImageRotationCalculatorImpl52 mOrientationManager = orientationManager; in ImageRotationCalculatorImpl()69 mOrientationManager.getDeviceOrientation().getDegrees(), mFrontFacing); in toImageRotation()
48 private final OrientationManager mOrientationManager; field in ResourceConstructedImpl112 mOrientationManager = orientationManager; in ResourceConstructedImpl()173 return mOrientationManager; in getOrientationManager()
243 private OrientationManagerImpl mOrientationManager; field in CameraActivity1201 return mOrientationManager; in getOrientationManager()1211 if (mOrientationManager != null) { in lockOrientation()1212 mOrientationManager.lockOrientation(); in lockOrientation()1218 if (mOrientationManager != null) { in unlockOrientation()1219 mOrientationManager.unlockOrientation(); in unlockOrientation()1438 mOrientationManager = new OrientationManagerImpl(this, mMainHandler); in onCreateTasks()1858 mOrientationManager.pause(); in onPauseTasks()2069 mOrientationManager.resume(); in resume()2227 mOrientationManager = null; in onDestroyTasks()