Home
last modified time | relevance | path

Searched defs:rotated (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DDisplayCutoutTest.java513 DisplayCutout rotated = cutout.getRotated(displayW, displayH, ROTATION_0, ROTATION_0); in testGetRotatedBounds_top_rot0() local
526 DisplayCutout rotated = cutout.getRotated(displayW, displayH, ROTATION_0, ROTATION_90); in testGetRotatedBounds_top_rot90() local
540 DisplayCutout rotated = cutout.getRotated(displayW, displayH, ROTATION_0, ROTATION_180); in testGetRotatedBounds_top_rot180() local
553 DisplayCutout rotated = cutout.getRotated(displayW, displayH, ROTATION_0, ROTATION_270); in testGetRotatedBounds_top_rot270() local
568 DisplayCutout rotated = cutout.getRotated(displayH, displayW, ROTATION_90, ROTATION_180); in testGetRotatedBounds_top_rot90to180() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DRotationUtils.java143 Context rotated = context.createConfigurationContext(c); in getResourcesForRotation() local
/frameworks/native/libs/input/
DTouchVideoFrame.cpp66 std::vector<int16_t> rotated(mData.size()); in rotateQuarterTurn() local
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
DPoint.java103 public Point rotated(float radians) { in rotated() method in Point
/frameworks/base/core/java/android/util/
DRotationUtils.java47 Insets rotated; in rotateInsets() local
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
DQuad.java183 public Quad rotated(float angle) { in rotated() method in Quad
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java894 final int rotated = getBoundPositionFromRotation(pos, mRotation); in getOverlayWindowGravity() local
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java2418 PerformancePoint rotated = new PerformancePoint( in getPerformancePoints() local
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2435 private int computeCompatSmallestWidth(boolean rotated, int dw, int dh) { in computeCompatSmallestWidth()
2467 private void computeSizeRangesAndScreenLayout(DisplayInfo displayInfo, boolean rotated, in computeSizeRangesAndScreenLayout()