HomeSort by relevance Sort by last modified time
    Searched refs:mOrientationListener (Results 1 - 8 of 8) sorted by null

  /packages/apps/Camera2/src/com/android/camera/app/
OrientationManager.java 38 private MyOrientationEventListener mOrientationListener;
48 mOrientationListener = new MyOrientationEventListener(activity);
55 mOrientationListener.enable();
59 mOrientationListener.disable();
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
OrientationManager.java 38 private MyOrientationEventListener mOrientationListener;
48 mOrientationListener = new MyOrientationEventListener(activity);
55 mOrientationListener.enable();
59 mOrientationListener.disable();
  /packages/apps/Camera/src/com/android/camera/
CameraActivity.java 55 private MyOrientationEventListener mOrientationListener;
88 mOrientationListener = new MyOrientationEventListener(this);
239 mOrientationListener.disable();
248 mOrientationListener.enable();
  /packages/apps/Camera2/src/com/android/camera/
CameraActivity.java 162 private MyOrientationEventListener mOrientationListener;
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java 133 private MyOrientationEventListener mOrientationListener;
358 mOrientationListener = new MyOrientationEventListener(Camera.this);
359 mOrientationListener.enable();
440 mOrientationListener.enable();
    [all...]
VideoCamera.java 249 private MyOrientationEventListener mOrientationListener;
452 mOrientationListener = new MyOrientationEventListener(this);
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 558 MyOrientationListener mOrientationListener;
635 if (!mOrientationListener.canDetectOrientation()) {
650 mOrientationListener.enable();
658 mOrientationListener.disable();
    [all...]
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxApp.java 203 private OrientationListener mOrientationListener;
    [all...]

Completed in 2542 milliseconds