Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DRotationUtils.java44 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/
DTouchVideoFrame.cpp66 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/
DRotationUtils.java121 Context rotated = context.createConfigurationContext(c); in getResourcesForRotation() local
122 return rotated.getResources(); in getResourcesForRotation()
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
DPoint.java103 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/
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/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayLayout.java359 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/
DLogicalDisplay.java555 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/
DDisplayContent.java1956 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 …]
DActivityRecord.java8752 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/
DREADME44 - To sign with two signers in the lineage (after the signing key has been rotated once):
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java539 final int rotated = getBoundPositionFromRotation(pos, mRotation); in getOverlayWindowGravity() local
540 switch (rotated) { in getOverlayWindowGravity()
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java2297 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/
Dqs-tiles.md319 …eanState` with `activityIn` and `activityOut`), and `SlashState` (can be rotated or slashed throug…
/frameworks/proto_logging/stats/enums/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
/frameworks/proto_logging/stats/
Datoms.proto14789 // 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/
Dhiddenapi-max-target-o.txt18773 Landroid/filterfw/geometry/Point;->rotated(F)Landroid/filterfw/geometry/Point;