Home
last modified time | relevance | path

Searched refs:ROTATION_90 (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/packages/Shell/src/com/android/shell/
DScreenshooter.java42 public static final int ROTATION_FREEZE_90 = Surface.ROTATION_90;
123 case Surface.ROTATION_90: { in getDegreesForRotation()
/frameworks/base/core/java/android/view/
DSurface.java134 @IntDef({ROTATION_0, ROTATION_90, ROTATION_180, ROTATION_270})
146 public static final int ROTATION_90 = 1; field in Surface
652 case Surface.ROTATION_90: { in rotationToString()
/frameworks/base/services/core/java/com/android/server/audio/
DRotationHelper.java116 case Surface.ROTATION_90: in publishRotation()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDevice.java219 boolean isRotated = (mCurrentOrientation == Surface.ROTATION_90 in populateViewportLocked()
DLogicalDisplay.java341 boolean rotated = (orientation == Surface.ROTATION_90 in configureDisplayInTransactionLocked()
DColorFade.java765 case Surface.ROTATION_90:
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGetBitmapSurfaceViewActivity.java106 case Surface.ROTATION_90: in setCameraDisplayOrientation()
DTextureViewActivity.java132 case Surface.ROTATION_90: in getCameraOrientation()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java31 import static android.view.Surface.ROTATION_90;
1109 final boolean rotated = (mRotation == ROTATION_90 || mRotation == ROTATION_270); in updateDisplayAndOrientation()
1189 final boolean rotated = (displayInfo.rotation == Surface.ROTATION_90 in computeScreenConfiguration()
1293 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_90, uiMode, tmpDm, unrotDh, unrotDw, in computeCompatSmallestWidth()
1337 adjustDisplaySizeRanges(displayInfo, displayId, Surface.ROTATION_90, uiMode, unrotDh, in computeSizeRangesAndScreenLayout()
1346 sl = reduceConfigLayout(sl, Surface.ROTATION_90, 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()
2083 case ROTATION_90: in createRotationMatrix()
[all …]
DCircularDisplayMask.java112 case Surface.ROTATION_90: in drawIfNeeded()
DDockedStackDividerController.java25 import static android.view.Surface.ROTATION_90;
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.java243 if (originalRotation == Surface.ROTATION_90 in ScreenRotationAnimation()
345 case Surface.ROTATION_90: in createRotationMatrix()
452 case Surface.ROTATION_90: in startAnimation()
DWindowManagerService.java4021 case Surface.ROTATION_90: in getPreferredOptionsPanelGravity()
4035 case Surface.ROTATION_90: in getPreferredOptionsPanelGravity()
/frameworks/base/core/java/android/app/
DUiAutomation.java100 public static final int ROTATION_FREEZE_90 = Surface.ROTATION_90;
1017 case Surface.ROTATION_90: { in getDegreesForRotation()
/frameworks/base/services/core/java/com/android/server/input/
DPersistentDataStore.java633 case Surface.ROTATION_90: return "90"; in surfaceRotationToString()
645 return Surface.ROTATION_90; in stringToSurfaceRotation()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DAppWindowTokenTests.java154 performRotation(Surface.ROTATION_90); in testLandscapeSeascapeRotationByPolicy()
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DCameraView.java177 jpegRotation = Surface.ROTATION_90; in takePicture()
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DCameraView.java176 jpegRotation = Surface.ROTATION_90; in takePicture()
/frameworks/base/core/java/android/hardware/camera2/params/
DOutputConfiguration.java64 public static final int ROTATION_90 = 1; field in OutputConfiguration
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DScreenPinningRequest.java209 if (rot == Surface.ROTATION_90) { in getRotation()
/frameworks/base/core/java/android/hardware/
DLegacySensorManager.java315 if ((orientation & Surface.ROTATION_90) != 0) { in mapSensorDataToWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java578 mRotatedViews[Surface.ROTATION_90] = findViewById(R.id.rot90); in updateRotatedViews()
594 mNavigationInflaterView.setAlternativeOrder(rot == Surface.ROTATION_90); in updateCurrentView()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2185 mPortraitRotation = Surface.ROTATION_90; in setInitialDisplaySize()
2189 mUpsideDownRotation = Surface.ROTATION_90; in setInitialDisplaySize()
2198 mSeascapeRotation = Surface.ROTATION_90; in setInitialDisplaySize()
2200 mLandscapeRotation = Surface.ROTATION_90; in setInitialDisplaySize()
2407 return Surface.ROTATION_90; in readRotation()
4287 } else if (displayRotation == Surface.ROTATION_90) { in getInsetHintLw()
4372 case Surface.ROTATION_90: in beginLayoutLw()
5271 } else if (rotation == Surface.ROTATION_90) { in layoutWindowLw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java539 case Surface.ROTATION_90: in getDegreesForRotation()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DCameraStreamer.java1226 case Surface.ROTATION_90: in updateDisplayRotation()

12