Home
last modified time | relevance | path

Searched refs:ROTATION_270 (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/packages/Shell/src/com/android/shell/
DScreenshooter.java48 public static final int ROTATION_FREEZE_270 = Surface.ROTATION_270;
129 case Surface.ROTATION_270: { in getDegreesForRotation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDeadZone.java140 if (mDisplayRotation == Surface.ROTATION_270) { in onTouchEvent()
186 if (mDisplayRotation == Surface.ROTATION_270) {
/frameworks/base/core/java/android/hardware/camera2/params/
DOutputConfiguration.java80 public static final int ROTATION_270 = 3; field in OutputConfiguration
210 checkArgumentInRange(rotation, ROTATION_0, ROTATION_270, "Rotation constant"); in OutputConfiguration()
427 checkArgumentInRange(rotation, ROTATION_0, ROTATION_270, "Rotation constant"); in OutputConfiguration()
/frameworks/base/core/java/android/view/
DSurface.java134 @IntDef({ROTATION_0, ROTATION_90, ROTATION_180, ROTATION_270})
156 public static final int ROTATION_270 = 3; field in Surface
658 case Surface.ROTATION_270: { in rotationToString()
/frameworks/base/services/core/java/com/android/server/audio/
DRotationHelper.java122 case Surface.ROTATION_270: in publishRotation()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDevice.java220 || mCurrentOrientation == Surface.ROTATION_270); in populateViewportLocked()
DLogicalDisplay.java342 || orientation == Surface.ROTATION_270); in configureDisplayInTransactionLocked()
DVirtualDisplayAdapter.java355 mInfo.rotation = Surface.ROTATION_270; in getDisplayDeviceInfoLocked()
DLocalDisplayAdapter.java414 mInfo.rotation = Surface.ROTATION_270; in getDisplayDeviceInfoLocked()
DColorFade.java774 case Surface.ROTATION_270:
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGetBitmapSurfaceViewActivity.java112 case Surface.ROTATION_270: in setCameraDisplayOrientation()
DTextureViewActivity.java138 case Surface.ROTATION_270: in getCameraOrientation()
/frameworks/base/services/core/java/com/android/server/wm/
DCircularDisplayMask.java120 case Surface.ROTATION_270: in drawIfNeeded()
DDisplayContent.java30 import static android.view.Surface.ROTATION_270;
1109 final boolean rotated = (mRotation == ROTATION_90 || mRotation == ROTATION_270); in updateDisplayAndOrientation()
1190 || displayInfo.rotation == Surface.ROTATION_270); in computeScreenConfiguration()
1297 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_270, uiMode, tmpDm, unrotDh, unrotDw, in computeCompatSmallestWidth()
1341 adjustDisplaySizeRanges(displayInfo, displayId, Surface.ROTATION_270, uiMode, unrotDh, in computeSizeRangesAndScreenLayout()
1350 sl = reduceConfigLayout(sl, Surface.ROTATION_270, density, unrotDh, unrotDw, uiMode, in computeSizeRangesAndScreenLayout()
1599 boolean rotated = (orientation == ROTATION_90 || orientation == ROTATION_270); in getLogicalDisplayRect()
1615 if (rotationDelta == ROTATION_90 || rotationDelta == ROTATION_270) { in getLogicalDisplayRect()
1631 final boolean rotated = (orientation == ROTATION_90 || orientation == ROTATION_270); in updateBaseDisplayMetricsIfNeeded()
2075 case ROTATION_270: in createRotationMatrix()
[all …]
DDockedStackDividerController.java24 import static android.view.Surface.ROTATION_270;
163 final boolean rotated = (rotation == ROTATION_90 || rotation == ROTATION_270); in getSmallestWidthDpForBounds()
222 final boolean rotated = (rotation == ROTATION_90 || rotation == ROTATION_270); in initSnapAlgorithmForRotations()
DScreenRotationAnimation.java244 || originalRotation == Surface.ROTATION_270) { in ScreenRotationAnimation()
353 case Surface.ROTATION_270: in createRotationMatrix()
472 case Surface.ROTATION_270: in startAnimation()
/frameworks/base/core/java/android/app/
DUiAutomation.java106 public static final int ROTATION_FREEZE_270 = Surface.ROTATION_270;
1023 case Surface.ROTATION_270: { in getDegreesForRotation()
/frameworks/base/services/core/java/com/android/server/input/
DPersistentDataStore.java635 case Surface.ROTATION_270: return "270"; in surfaceRotationToString()
651 return Surface.ROTATION_270; in stringToSurfaceRotation()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DAppWindowTokenTests.java158 performRotation(Surface.ROTATION_270); in testLandscapeSeascapeRotationByPolicy()
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DCameraView.java180 jpegRotation = Surface.ROTATION_270; in takePicture()
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DCameraView.java179 jpegRotation = Surface.ROTATION_270; in takePicture()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DScreenPinningRequest.java211 } else if (rot == Surface.ROTATION_270) { in getRotation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java577 mRotatedViews[Surface.ROTATION_270] = in updateRotatedViews()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2186 mUpsideDownRotation = Surface.ROTATION_270; in setInitialDisplaySize()
2188 mPortraitRotation = Surface.ROTATION_270; in setInitialDisplaySize()
2197 mLandscapeRotation = Surface.ROTATION_270; in setInitialDisplaySize()
2201 mSeascapeRotation = Surface.ROTATION_270; in setInitialDisplaySize()
2411 return Surface.ROTATION_270; in readRotation()
4291 } else if (displayRotation == Surface.ROTATION_270) { in getInsetHintLw()
4384 case Surface.ROTATION_270: in beginLayoutLw()
4677 if (displayRotation == Surface.ROTATION_270) { in navigationBarPosition()
5275 } else if (rotation == Surface.ROTATION_270) { in layoutWindowLw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java543 case Surface.ROTATION_270: in getDegreesForRotation()

12