Searched refs:mOrientationListener (Results 1 – 7 of 7) sorted by relevance
57 private final OrientationEventListener mOrientationListener; field in RotationProvider81 mOrientationListener = new OrientationEventListener(applicationContext) { in RotationProvider()129 if (!mOrientationListener.canDetectOrientation()) { in addListener()133 mOrientationListener.enable(); in addListener()151 mOrientationListener.disable(); in removeListener()165 mOrientationListener.onOrientationChanged(mLastDisplayOrientation); in updateSensorOrientation()
38 private MyOrientationEventListener mOrientationListener; field in OrientationManager48 mOrientationListener = new MyOrientationEventListener(activity); in OrientationManager()55 mOrientationListener.enable(); in resume()59 mOrientationListener.disable(); in pause()
55 private final MyOrientationEventListener mOrientationListener; field in OrientationManagerImpl82 mOrientationListener = new MyOrientationEventListener(activity); in OrientationManagerImpl()91 mOrientationListener.enable(); in resume()95 mOrientationListener.disable(); in pause()
122 private final OrientationEventListener mOrientationListener; field in RecentsOrientedState145 mOrientationListener = new OrientationEventListener(context) { in RecentsOrientedState()276 mOrientationListener.enable(); in setFlag()278 mOrientationListener.disable(); in setFlag()304 setFlag(FLAG_ROTATION_WATCHER_SUPPORTED, mOrientationListener.canDetectOrientation()); in initFlags()
109 private OrientationEventListener mOrientationListener; field in RotationTouchHelper163 mOrientationListener = new OrientationEventListener(mContext) { in init()338 UI_HELPER_EXECUTOR.execute(mOrientationListener::enable); in enableMultipleRegions()340 UI_HELPER_EXECUTOR.execute(mOrientationListener::disable); in enableMultipleRegions()
133 private MyOrientationEventListener mOrientationListener; field in Camera358 mOrientationListener = new MyOrientationEventListener(Camera.this); in initializeFirstTime()359 mOrientationListener.enable(); in initializeFirstTime()440 mOrientationListener.enable(); in initializeSecondTime()1609 mOrientationListener.disable(); in onPause()
249 private MyOrientationEventListener mOrientationListener; field in VideoCamera452 mOrientationListener = new MyOrientationEventListener(this); in onCreate()833 mOrientationListener.enable(); in doOnResume()1011 mOrientationListener.disable(); in onPause()