Searched refs:rotated (Results 1 – 13 of 13) sorted by relevance
/frameworks/native/libs/input/ |
D | TouchVideoFrame.cpp | 65 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/ |
D | Point.java | 103 public Point rotated(float radians) { in rotated() method in Point 110 return this.minus(center).rotated(radians).plus(center); in rotatedAround()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | LogicalDisplay.java | 392 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/ |
D | DockedStackDividerController.java | 169 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()
|
D | DisplayContent.java | 1599 final boolean rotated = (mRotation == ROTATION_90 || mRotation == ROTATION_270); in updateDisplayAndOrientation() 1600 final int dw = rotated ? mBaseDisplayHeight : mBaseDisplayWidth; in updateDisplayAndOrientation() 1601 final int dh = rotated ? mBaseDisplayWidth : mBaseDisplayHeight; in updateDisplayAndOrientation() 1629 computeSizeRangesAndScreenLayout(mDisplayInfo, rotated, uiMode, dw, dh, in updateDisplayAndOrientation() 1664 final boolean rotated = (rotation == ROTATION_90 || rotation == ROTATION_270); in calculateDisplayCutoutForRotationUncached() 1671 rotated ? mInitialDisplayHeight : mInitialDisplayWidth, in calculateDisplayCutoutForRotationUncached() 1672 rotated ? mInitialDisplayWidth : mInitialDisplayHeight); in calculateDisplayCutoutForRotationUncached() 1707 final boolean rotated = (displayInfo.rotation == Surface.ROTATION_90 in computeScreenConfiguration() 1717 config.compatSmallestScreenWidthDp = computeCompatSmallestWidth(rotated, config.uiMode, dw, in computeScreenConfiguration() 1803 private int computeCompatSmallestWidth(boolean rotated, int uiMode, int dw, int dh) { in computeCompatSmallestWidth() argument [all …]
|
D | ActivityRecord.java | 3883 final boolean rotated = (rotation == ROTATION_90 || rotation == ROTATION_270); in CompatDisplayInsets() 3884 final int dw = rotated ? mDisplayHeight : mDisplayWidth; in CompatDisplayInsets() 3885 final int dh = rotated ? mDisplayWidth : mDisplayHeight; in CompatDisplayInsets() 3895 final boolean rotated = (rotation == ROTATION_90 || rotation == ROTATION_270); in getDisplayBoundsByRotation() 3896 final int dw = rotated ? mDisplayHeight : mDisplayWidth; in getDisplayBoundsByRotation() 3897 final int dh = rotated ? mDisplayWidth : mDisplayHeight; in getDisplayBoundsByRotation()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
D | Quad.java | 113 return Quad.fromRect(rect).rotated(angle); in fromRotatedRect() 183 public Quad rotated(float angle) { in rotated() method in Quad
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | RotateFilter.java | 75 Quad targetQuad = mSourceRect.rotated((float) (mRotateAngle / 180 * Math.PI)); in onProcess()
|
/frameworks/base/services/tests/servicestests/assets/PackageSignaturesTest/xml/ |
D | README | 44 - To sign with two signers in the lineage (after the signing key has been rotated once):
|
/frameworks/base/media/java/android/media/ |
D | MediaCodecInfo.java | 2134 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/ |
D | settings_enums.proto | 109 // ACTION: Settings > Display > When device is rotated
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 1313 // ACTION: Settings > Display > When device is rotated
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 18782 Landroid/filterfw/geometry/Point;->rotated(F)Landroid/filterfw/geometry/Point;
|