HomeSort by relevance Sort by last modified time
    Searched full:morientationlocked (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
OrientationManager.java 40 private boolean mOrientationLocked = false;
73 if (mOrientationLocked) return;
74 mOrientationLocked = true;
85 if (!mOrientationLocked) return;
86 mOrientationLocked = false;
  /packages/apps/Camera2/src/com/android/camera/app/
OrientationManagerImpl.java 63 private boolean mOrientationLocked = false;
151 if (mOrientationLocked || mRotationLockedSetting) {
154 mOrientationLocked = true;
164 if (!mOrientationLocked || mRotationLockedSetting) {
167 mOrientationLocked = false;
174 return (mOrientationLocked || mRotationLockedSetting);

Completed in 82 milliseconds