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

  /packages/apps/Camera2/src/com/android/camera/app/
OrientationManagerImpl.java 60 private DeviceOrientation mLastDeviceOrientation = DeviceOrientation.CLOCKWISE_0;
106 return mLastDeviceOrientation;
131 int roundedOrientationDegrees = mLastDeviceOrientation.getDegrees();
213 roundOrientation(mLastDeviceOrientation, orientation);
214 if (roundedDeviceOrientation == mLastDeviceOrientation) {
217 Log.v(TAG, "orientation changed (from:to) " + mLastDeviceOrientation +
219 mLastDeviceOrientation = roundedDeviceOrientation;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsActivity.java 105 private int mLastDeviceOrientation = Configuration.ORIENTATION_UNDEFINED;
303 mLastDeviceOrientation = appConfiguration.orientation;
455 mLastDeviceOrientation != newDeviceConfiguration.orientation,
457 mLastDeviceOrientation = newDeviceConfiguration.orientation;
    [all...]

Completed in 61 milliseconds