Home
last modified time | relevance | path

Searched defs:displayShape (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DDisplayShapeTest.java48 final DisplayShape displayShape = DisplayShape.fromSpecString( in testGetPath() local
60 final DisplayShape displayShape = DisplayShape.createDefaultDisplayShape(100, 100, true); in testDefaultShape_screenIsRound() local
69 final DisplayShape displayShape = DisplayShape.createDefaultDisplayShape(100, 200, false); in testDefaultShape_screenIsNotRound() local
95 DisplayShape displayShape = DisplayShape.fromSpecString( in testRotate_90() local
108 DisplayShape displayShape = DisplayShape.fromSpecString( in testRotate_270() local
121 DisplayShape displayShape = DisplayShape.fromSpecString( in testOffset() local
134 final DisplayShape displayShape = DisplayShape.fromSpecString( in testPhysicalPixelDisplaySizeRatio() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayFrames.java65 DisplayShape displayShape) { in DisplayFrames()
83 @NonNull DisplayShape displayShape) { in update()
H A DDisplayContent.java2043 final DisplayShape displayShape = calculateDisplayShapeForRotation(rotation); in startFixedRotationTransform() local
2246 final DisplayShape displayShape = calculateDisplayShapeForRotation(rotation); in updateDisplayAndOrientation() local
2361 DisplayShape displayShape, int rotation) { in calculateDisplayShapeForRotationUncached()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDeviceInfo.java355 public DisplayShape displayShape; field in DisplayDeviceInfo
/aosp14/frameworks/base/core/java/android/view/
H A DWindowInsets.java139 DisplayShape displayShape, in WindowInsets()
1418 public Builder setDisplayShape(@NonNull DisplayShape displayShape) { in setDisplayShape()
H A DDisplayInfo.java342 public DisplayShape displayShape; field in DisplayInfo
H A DInsetsState.java549 public void setDisplayShape(DisplayShape displayShape) { in setDisplayShape()
H A DDisplay.java1075 final DisplayShape displayShape = mDisplayInfo.displayShape; in getShape() local