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 CameraActivity1200 return mOrientationManager; in getOrientationManager()1210 if (mOrientationManager != null) { in lockOrientation()1211 mOrientationManager.lockOrientation(); in lockOrientation()1217 if (mOrientationManager != null) { in unlockOrientation()1218 mOrientationManager.unlockOrientation(); in unlockOrientation()1437 mOrientationManager = new OrientationManagerImpl(this, mMainHandler); in onCreateTasks()1821 mOrientationManager.pause(); in onPauseTasks()2029 mOrientationManager.resume(); in resume()2187 mOrientationManager = null; in onDestroyTasks()