Home
last modified time | relevance | path

Searched refs:rotated (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/libs/input/
DTouchVideoFrame.cpp65 std::vector<int16_t> rotated(mData.size()); in rotateQuarterTurn() local
77 rotated[indexRotated] = mData[i * mWidth + j]; in rotateQuarterTurn()
80 mData = std::move(rotated); in rotateQuarterTurn()
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
DPoint.java104 public Point rotated(float radians) { in rotated() method in Point
111 return this.minus(center).rotated(radians).plus(center); in rotatedAround()
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java392 boolean rotated = (orientation == Surface.ROTATION_90 in configureDisplayLocked()
394 int physWidth = rotated ? displayDeviceInfo.height : displayDeviceInfo.width; in configureDisplayLocked()
395 int physHeight = rotated ? displayDeviceInfo.width : displayDeviceInfo.height; in configureDisplayLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DDockedStackDividerController.java169 final boolean rotated = (rotation == ROTATION_90 || rotation == ROTATION_270); in getSmallestWidthDpForBounds()
171 rotated ? baseDisplayHeight : baseDisplayWidth, in getSmallestWidthDpForBounds()
172 rotated ? baseDisplayWidth : baseDisplayHeight); in getSmallestWidthDpForBounds()
275 final boolean rotated = (rotation == ROTATION_90 || rotation == ROTATION_270); in initSnapAlgorithmForRotations()
276 final int dw = rotated in initSnapAlgorithmForRotations()
279 final int dh = rotated in initSnapAlgorithmForRotations()
DDisplayContent.java1593 final boolean rotated = (mRotation == ROTATION_90 || mRotation == ROTATION_270); in updateDisplayAndOrientation()
1594 final int dw = rotated ? mBaseDisplayHeight : mBaseDisplayWidth; in updateDisplayAndOrientation()
1595 final int dh = rotated ? mBaseDisplayWidth : mBaseDisplayHeight; in updateDisplayAndOrientation()
1623 computeSizeRangesAndScreenLayout(mDisplayInfo, rotated, uiMode, dw, dh, in updateDisplayAndOrientation()
1658 final boolean rotated = (rotation == ROTATION_90 || rotation == ROTATION_270); in calculateDisplayCutoutForRotationUncached()
1665 rotated ? mInitialDisplayHeight : mInitialDisplayWidth, in calculateDisplayCutoutForRotationUncached()
1666 rotated ? mInitialDisplayWidth : mInitialDisplayHeight); in calculateDisplayCutoutForRotationUncached()
1701 final boolean rotated = (displayInfo.rotation == Surface.ROTATION_90 in computeScreenConfiguration()
1711 config.compatSmallestScreenWidthDp = computeCompatSmallestWidth(rotated, config.uiMode, dw, in computeScreenConfiguration()
1797 private int computeCompatSmallestWidth(boolean rotated, int uiMode, int dw, int dh, in computeCompatSmallestWidth() argument
[all …]
DActivityRecord.java3891 final boolean rotated = (rotation == ROTATION_90 || rotation == ROTATION_270); in CompatDisplayInsets()
3892 final int dw = rotated ? mDisplayHeight : mDisplayWidth; in CompatDisplayInsets()
3893 final int dh = rotated ? mDisplayWidth : mDisplayHeight; in CompatDisplayInsets()
3903 final boolean rotated = (rotation == ROTATION_90 || rotation == ROTATION_270); in getDisplayBoundsByRotation()
3904 final int dw = rotated ? mDisplayHeight : mDisplayWidth; in getDisplayBoundsByRotation()
3905 final int dh = rotated ? mDisplayWidth : mDisplayHeight; in getDisplayBoundsByRotation()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DRotateFilter.java75 Quad targetQuad = mSourceRect.rotated((float) (mRotateAngle / 180 * Math.PI)); in onProcess()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
DQuad.java113 return Quad.fromRect(rect).rotated(angle); in fromRotatedRect()
183 public Quad rotated(float angle) { in rotated() method in Quad
/frameworks/base/services/tests/servicestests/assets/PackageSignaturesTest/xml/
DREADME44 - To sign with two signers in the lineage (after the signing key has been rotated once):
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java2134 PerformancePoint rotated = new PerformancePoint( in getPerformancePoints() local
2138 if (!given.covers(rotated)) { in getPerformancePoints()
2139 ret.add(rotated); in getPerformancePoints()
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto109 // ACTION: Settings > Display > When device is rotated
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto1313 // ACTION: Settings > Display > When device is rotated