/frameworks/base/core/java/android/hardware/camera2/params/ |
D | OutputConfiguration.java | 56 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/ |
D | RotationHelper.java | 49 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/ |
D | Surface.java | 134 @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()
|
D | DisplayInfo.java | 526 return rotation == Surface.ROTATION_0 || rotation == Surface.ROTATION_180 ? in getNaturalWidth() 531 return rotation == Surface.ROTATION_0 || rotation == Surface.ROTATION_180 ? in getNaturalHeight()
|
D | SurfaceControl.java | 906 false, Surface.ROTATION_0); in screenshot()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | Screenshooter.java | 39 public static final int ROTATION_FREEZE_0 = Surface.ROTATION_0;
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | CameraView.java | 171 int jpegRotation = Surface.ROTATION_0; in takePicture() 174 jpegRotation = Surface.ROTATION_0; in takePicture()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | LogicalDisplay.java | 258 mBaseDisplayInfo.rotation = Surface.ROTATION_0; in updateLocked() 328 int orientation = Surface.ROTATION_0; in configureDisplayInTransactionLocked()
|
D | DisplayDeviceInfo.java | 239 public int rotation = Surface.ROTATION_0;
|
D | ColorFade.java | 761 case Surface.ROTATION_0:
|
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
D | CameraView.java | 170 int jpegRotation = Surface.ROTATION_0; in takePicture() 173 jpegRotation = Surface.ROTATION_0; in takePicture()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | GetBitmapSurfaceViewActivity.java | 103 case Surface.ROTATION_0: in setCameraDisplayOrientation()
|
D | TextureViewActivity.java | 129 case Surface.ROTATION_0: in getCameraOrientation()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | CircularDisplayMask.java | 111 case Surface.ROTATION_0: in drawIfNeeded()
|
D | ScreenRotationAnimation.java | 342 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()
|
D | Task.java | 284 int rotation = Surface.ROTATION_0; in setBounds()
|
D | DisplayContent.java | 28 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/ |
D | RotationPolicy.java | 44 private static final int NATURAL_ROTATION = Surface.ROTATION_0;
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | PersistentDataStore.java | 632 case Surface.ROTATION_0: return "0"; in surfaceRotationToString() 642 return Surface.ROTATION_0; in stringToSurfaceRotation()
|
/frameworks/base/core/java/android/hardware/ |
D | LegacySensorManager.java | 38 private static int sRotation = Surface.ROTATION_0;
|
/frameworks/base/core/tests/coretests/src/android/hardware/display/ |
D | VirtualDisplayTest.java | 261 Surface.ROTATION_0, display.getRotation()); in assertDisplayRegistered()
|
/frameworks/base/core/java/android/app/ |
D | UiAutomation.java | 97 public static final int ROTATION_FREEZE_0 = Surface.ROTATION_0;
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | CameraDeviceUserShim.java | 575 if (outputConfiguration.getRotation() != OutputConfiguration.ROTATION_0) { in createStream()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 559 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/ |
D | NavigationBarView.java | 575 mRotatedViews[Surface.ROTATION_0] = in updateRotatedViews()
|