/frameworks/base/core/java/android/util/ |
D | RotationUtils.java | 44 Insets rotated; in rotateInsets() local 47 rotated = insets; in rotateInsets() 50 rotated = Insets.of( in rotateInsets() 57 rotated = Insets.of( in rotateInsets() 64 rotated = Insets.of( in rotateInsets() 73 return rotated; in rotateInsets()
|
/frameworks/native/libs/input/ |
D | TouchVideoFrame.cpp | 66 std::vector<int16_t> rotated(mData.size()); in rotateQuarterTurn() local 78 rotated[indexRotated] = mData[i * mWidth + j]; in rotateQuarterTurn() 81 mData = std::move(rotated); in rotateQuarterTurn()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | RotationUtils.java | 121 Context rotated = context.createConfigurationContext(c); in getResourcesForRotation() local 122 return rotated.getResources(); in getResourcesForRotation()
|
/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/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/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/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | DisplayLayout.java | 359 final boolean rotated = (rotation == ROTATION_90 || rotation == ROTATION_270); in calculateDisplayCutoutForRotation() 376 rotated ? displayHeight : displayWidth, in calculateDisplayCutoutForRotation() 377 rotated ? displayWidth : displayHeight); in calculateDisplayCutoutForRotation()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | LogicalDisplay.java | 555 boolean rotated = (orientation == Surface.ROTATION_90 in configureDisplayLocked() 557 int physWidth = rotated ? displayDeviceInfo.height : displayDeviceInfo.width; in configureDisplayLocked() 558 int physHeight = rotated ? displayDeviceInfo.width : displayDeviceInfo.height; in configureDisplayLocked()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 1956 final boolean rotated = (rotation == ROTATION_90 || rotation == ROTATION_270); in updateDisplayAndOrientation() 1957 final int dw = rotated ? mBaseDisplayHeight : mBaseDisplayWidth; in updateDisplayAndOrientation() 1958 final int dh = rotated ? mBaseDisplayWidth : mBaseDisplayHeight; in updateDisplayAndOrientation() 1988 computeSizeRangesAndScreenLayout(mDisplayInfo, rotated, uiMode, dw, dh, in updateDisplayAndOrientation() 2027 final boolean rotated = (rotation == ROTATION_90 || rotation == ROTATION_270); in calculateDisplayCutoutForRotationUncached() 2037 rotated ? mInitialDisplayHeight : mInitialDisplayWidth, in calculateDisplayCutoutForRotationUncached() 2038 rotated ? mInitialDisplayWidth : mInitialDisplayHeight); in calculateDisplayCutoutForRotationUncached() 2076 final boolean rotated = (rotation == ROTATION_90 || rotation == ROTATION_270); in computeScreenConfiguration() 2077 final int dw = rotated ? mBaseDisplayHeight : mBaseDisplayWidth; in computeScreenConfiguration() 2078 final int dh = rotated ? mBaseDisplayWidth : mBaseDisplayHeight; in computeScreenConfiguration() [all …]
|
D | ActivityRecord.java | 8752 final boolean rotated = (rotation == ROTATION_90 || rotation == ROTATION_270); in CompatDisplayInsets() 8753 final int dw = rotated ? display.mBaseDisplayHeight : display.mBaseDisplayWidth; in CompatDisplayInsets() 8754 final int dh = rotated ? display.mBaseDisplayWidth : display.mBaseDisplayHeight; in CompatDisplayInsets() 8783 final boolean rotated = (rotation == ROTATION_90 || rotation == ROTATION_270); in getRotationZeroDimensions() 8786 return rotated ? new Point(height, width) : new Point(width, height); in getRotationZeroDimensions() 8802 final boolean rotated = (rotation == ROTATION_90 || rotation == ROTATION_270); in getBoundsByRotation() 8803 final int dw = rotated ? mHeight : mWidth; in getBoundsByRotation() 8804 final int dh = rotated ? mWidth : mHeight; in getBoundsByRotation()
|
/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/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 539 final int rotated = getBoundPositionFromRotation(pos, mRotation); in getOverlayWindowGravity() local 540 switch (rotated) { in getOverlayWindowGravity()
|
/frameworks/base/media/java/android/media/ |
D | MediaCodecInfo.java | 2297 PerformancePoint rotated = new PerformancePoint( in getPerformancePoints() local 2301 if (!given.covers(rotated)) { in getPerformancePoints() 2302 ret.add(rotated); in getPerformancePoints()
|
/frameworks/base/packages/SystemUI/docs/ |
D | qs-tiles.md | 319 …eanState` with `activityIn` and `activityOut`), and `SlashState` (can be rotated or slashed throug…
|
/frameworks/proto_logging/stats/enums/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/proto_logging/stats/ |
D | atoms.proto | 14789 // An early indication of device might be rotated. 14793 // Device rotated and the data associated with it is ready to be pulled.
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 18773 Landroid/filterfw/geometry/Point;->rotated(F)Landroid/filterfw/geometry/Point;
|