Home
last modified time | relevance | path

Searched refs:ROTATION_0 (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/core/java/android/hardware/camera2/params/
DOutputConfiguration.java56 public static final int ROTATION_0 = 0; field in OutputConfiguration
101 this(SURFACE_GROUP_ID_NONE, surface, ROTATION_0); in OutputConfiguration()
160 this(surfaceGroupId, surface, ROTATION_0); in OutputConfiguration()
210 checkArgumentInRange(rotation, ROTATION_0, ROTATION_270, "Rotation constant"); in OutputConfiguration()
268 mRotation = ROTATION_0; in OutputConfiguration()
427 checkArgumentInRange(rotation, ROTATION_0, ROTATION_270, "Rotation constant"); in OutputConfiguration()
/frameworks/base/services/core/java/com/android/server/audio/
DRotationHelper.java49 private static int sDeviceRotation = Surface.ROTATION_0; // R/W synchronized on sRotationLock
113 case Surface.ROTATION_0: in publishRotation()
/frameworks/base/core/java/android/view/
DSurface.java134 @IntDef({ROTATION_0, ROTATION_90, ROTATION_180, ROTATION_270})
141 public static final int ROTATION_0 = 0; field in Surface
649 case Surface.ROTATION_0: { in rotationToString()
DDisplayInfo.java526 return rotation == Surface.ROTATION_0 || rotation == Surface.ROTATION_180 ? in getNaturalWidth()
531 return rotation == Surface.ROTATION_0 || rotation == Surface.ROTATION_180 ? in getNaturalHeight()
DSurfaceControl.java906 false, Surface.ROTATION_0); in screenshot()
/frameworks/base/packages/Shell/src/com/android/shell/
DScreenshooter.java39 public static final int ROTATION_FREEZE_0 = Surface.ROTATION_0;
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DCameraView.java171 int jpegRotation = Surface.ROTATION_0; in takePicture()
174 jpegRotation = Surface.ROTATION_0; in takePicture()
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java258 mBaseDisplayInfo.rotation = Surface.ROTATION_0; in updateLocked()
328 int orientation = Surface.ROTATION_0; in configureDisplayInTransactionLocked()
DDisplayDeviceInfo.java239 public int rotation = Surface.ROTATION_0;
DColorFade.java761 case Surface.ROTATION_0:
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DCameraView.java170 int jpegRotation = Surface.ROTATION_0; in takePicture()
173 jpegRotation = Surface.ROTATION_0; in takePicture()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGetBitmapSurfaceViewActivity.java103 case Surface.ROTATION_0: in setCameraDisplayOrientation()
DTextureViewActivity.java129 case Surface.ROTATION_0: in getCameraOrientation()
/frameworks/base/services/core/java/com/android/server/wm/
DCircularDisplayMask.java111 case Surface.ROTATION_0: in drawIfNeeded()
DScreenRotationAnimation.java342 case Surface.ROTATION_0: in createRotationMatrix()
367 int delta = DisplayContent.deltaRotation(rotation, Surface.ROTATION_0); in setRotationInTransaction()
409 && (!dismissing || delta != Surface.ROTATION_0)) { in startAnimation()
442 case Surface.ROTATION_0: in startAnimation()
DTask.java284 int rotation = Surface.ROTATION_0; in setBounds()
DDisplayContent.java28 import static android.view.Surface.ROTATION_0;
1291 int sw = reduceCompatConfigWidthSize(0, Surface.ROTATION_0, uiMode, tmpDm, unrotDw, unrotDh, in computeCompatSmallestWidth()
1335 adjustDisplaySizeRanges(displayInfo, displayId, Surface.ROTATION_0, uiMode, unrotDw, in computeSizeRangesAndScreenLayout()
1344 sl = reduceConfigLayout(sl, Surface.ROTATION_0, density, unrotDw, unrotDh, uiMode, in computeSizeRangesAndScreenLayout()
2072 case ROTATION_0: in createRotationMatrix()
/frameworks/base/core/java/com/android/internal/view/
DRotationPolicy.java44 private static final int NATURAL_ROTATION = Surface.ROTATION_0;
/frameworks/base/services/core/java/com/android/server/input/
DPersistentDataStore.java632 case Surface.ROTATION_0: return "0"; in surfaceRotationToString()
642 return Surface.ROTATION_0; in stringToSurfaceRotation()
/frameworks/base/core/java/android/hardware/
DLegacySensorManager.java38 private static int sRotation = Surface.ROTATION_0;
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java261 Surface.ROTATION_0, display.getRotation()); in assertDisplayRegistered()
/frameworks/base/core/java/android/app/
DUiAutomation.java97 public static final int ROTATION_FREEZE_0 = Surface.ROTATION_0;
/frameworks/base/core/java/android/hardware/camera2/legacy/
DCameraDeviceUserShim.java575 if (outputConfiguration.getRotation() != OutputConfiguration.ROTATION_0) { in createStream()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java559 int mUserRotation = Surface.ROTATION_0;
2182 mLandscapeRotation = Surface.ROTATION_0; in setInitialDisplaySize()
2194 mPortraitRotation = Surface.ROTATION_0; in setInitialDisplaySize()
2304 Settings.System.USER_ROTATION, Surface.ROTATION_0, in updateSettings()
2405 return Surface.ROTATION_0; in readRotation()
4285 if (displayRotation == Surface.ROTATION_0) { in getInsetHintLw()
5269 if (rotation == Surface.ROTATION_0) { in layoutWindowLw()
6981 return Surface.ROTATION_0; in rotationForOrientationLw()
7061 mPersistentVrModeEnabled ? Surface.ROTATION_0 : sensorRotation; in rotationForOrientationLw()
7135 return Surface.ROTATION_0; in rotationForOrientationLw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java575 mRotatedViews[Surface.ROTATION_0] = in updateRotatedViews()

12