Searched refs:mOrientationListener (Results 1 - 5 of 5) 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.java47 private final MyOrientationEventListener mOrientationListener; field in class:OrientationManagerImpl
91 mOrientationListener = new MyOrientationEventListener(activity);
98 mOrientationListener.enable();
102 mOrientationListener.disable();
/packages/apps/Camera/src/com/android/camera/
H A DCameraActivity.java55 private MyOrientationEventListener mOrientationListener; field in class:CameraActivity
88 mOrientationListener = new MyOrientationEventListener(this);
239 mOrientationListener.disable();
248 mOrientationListener.enable();
/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();
1590 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 210 milliseconds