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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DOrientationManager.java38 private MyOrientationEventListener mOrientationListener; field in class:OrientationManager
48 mOrientationListener = new MyOrientationEventListener(activity);
55 mOrientationListener.enable();
59 mOrientationListener.disable();
/packages/apps/Camera2/src/com/android/camera/app/
H A DOrientationManagerImpl.java55 private final MyOrientationEventListener mOrientationListener; field in class:OrientationManagerImpl
82 mOrientationListener = new MyOrientationEventListener(activity);
91 mOrientationListener.enable();
95 mOrientationListener.disable();
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCamera.java133 private MyOrientationEventListener mOrientationListener; field in class:Camera
358 mOrientationListener = new MyOrientationEventListener(Camera.this);
359 mOrientationListener.enable();
440 mOrientationListener.enable();
1603 mOrientationListener.disable();
H A DVideoCamera.java249 private MyOrientationEventListener mOrientationListener; field in class:VideoCamera
452 mOrientationListener = new MyOrientationEventListener(this);
833 mOrientationListener.enable();
1010 mOrientationListener.disable();

Completed in 127 milliseconds